IBitmap.RotateFlip

IBitmap.RotateFlip method

Rotates and flips the bitmap image according to the specified rotation and flip type.

public void RotateFlip(RotateFlipType rotateFlipType)
ParameterTypeDescription
rotateFlipTypeRotateFlipTypeThe rotation and flip type RotateFlipType to apply.

See Also