Flips the image and/or rotates it at 90, 180, or 270 degrees (optimized comparing to Rotate(Single) method).
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Sub RotateAndFlip ( _ flipMode As RotateFlipType _ )
public void RotateAndFlip( RotateFlipType flipMode )
Type: System.Drawing.RotateFlipType
RotateFlipType value specifying flip/rotate mode.bitmap.Transforms.RotateAndFlip(System.Drawing.RotateFlipType.Rotate90FlipNone)
bitmap.Transforms.RotateAndFlip(System.Drawing.RotateFlipType.Rotate90FlipNone);