Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / GcBitmap Class / FlipRotate Method
The operation to be applied.
Clipping rectangle specifying the area of the source image to be processed.

In This Topic
    FlipRotate Method
    In This Topic
    Produces a flipped (horizontal or vertical) and/or rotated (by 90 degree increments) bitmap.

    The source bitmap remains unchanged.

    Syntax
    'Declaration
     
    Public Function FlipRotate( _
       ByVal action As FlipRotateAction, _
       Optional ByVal clipRect As System.Nullable(Of Rectangle) _
    ) As GcBitmap
    public GcBitmap FlipRotate( 
       FlipRotateAction action,
       System.Nullable<Rectangle> clipRect
    )

    Parameters

    action
    The operation to be applied.
    clipRect
    Clipping rectangle specifying the area of the source image to be processed.

    Return Value

    A new GcBitmap with transformed image.
    See Also