[]
Produces a flipped (horizontal or vertical) and/or rotated (by 90 degree increments) bitmap.
The source bitmap remains unchanged.
public GcBitmap FlipRotate(FlipRotateAction action, Rectangle? clipRect = null)
Public Function FlipRotate(action As FlipRotateAction, Optional clipRect As Rectangle? = Nothing) As GcBitmap
Type | Name | Description |
---|---|---|
FlipRotateAction | action | The operation to be applied. |
Rectangle? | clipRect | Clipping rectangle specifying the area of the source image to be processed. |