Produces a flipped (horizontal or vertical) and/or rotated (by 90 degree increments) bitmap.
The source bitmap remains unchanged.
シンタックス
'宣言
Public Function FlipRotate( _
ByVal As FlipRotateAction, _
Optional ByVal As System.Nullable(Of Rectangle) _
) As GcBitmap
パラメータ
- 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.
参照