DioDocs for PDF
FlipRotate メソッド

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Imaging 名前空間 > GcBitmap クラス : FlipRotate メソッド
The operation to be applied.
Clipping rectangle specifying the area of the source image to be processed.
Produces a flipped (horizontal or vertical) and/or rotated (by 90 degree increments) bitmap.

The source bitmap remains unchanged.

シンタックス
'宣言
 
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
)

パラメータ

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

戻り値の型

A new GcBitmap with transformed image.
参照

GcBitmap クラス
GcBitmap メンバ