[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.GcBitmap.FlipRotate

FlipRotate Method

FlipRotate(FlipRotateAction, Rectangle?)

Produces a flipped (horizontal or vertical) and/or rotated (by 90 degree increments) bitmap.

The source bitmap remains unchanged.

Declaration
public GcBitmap FlipRotate(FlipRotateAction action, Rectangle? clipRect = null)
Public Function FlipRotate(action As FlipRotateAction, Optional clipRect As Rectangle? = Nothing) As GcBitmap
Parameters
Type Name Description
FlipRotateAction action

The operation to be applied.

Rectangle? clipRect

Clipping rectangle specifying the area of the source image to be processed.

Returns
Type Description
GcBitmap

A new GcBitmap with transformed image.