ComponentOne Bitmap for WPF
Features / Applying Transformations
In This Topic
    Applying Transformations
    In This Topic

    Bitmap allows you to apply various transformations on images, such as clipping, flipping, scaling, and rotation. Learn about these transformations and how they can be implemented.

    Clipping an image
    Learn how to implement clipping in code.
    Flipping an image
    Learn how to implement flipping in code.
    Rotating an image
    Learn how to implement rotating in code.
    Scaling an image
    Learn how to implement scaling in code.
    See Also