# Applying Transformations

## Content



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](/componentone/docs/wpf/online-bitmap/Features/ApplyingTransformations/ClippingImage)

Learn how to implement clipping in code.

[Flipping an image](/componentone/docs/wpf/online-bitmap/Features/ApplyingTransformations/FlippingImage)

Learn how to implement flipping in code.

[Rotating an image](/componentone/docs/wpf/online-bitmap/Features/ApplyingTransformations/RotatingImage)

Learn how to implement rotating in code.

[Scaling an image](/componentone/docs/wpf/online-bitmap/Features/ApplyingTransformations/ScalingImage)

Learn how to implement scaling in code.

## See Also

[Quick Start](/componentone/docs/wpf/online-bitmap/QuickStart)

[Loading and Saving an Image](/componentone/docs/wpf/online-bitmap/Features/LoadingSavingImage)