DioDocs for PDF
Clip メソッド (BilevelBitmap)

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Imaging 名前空間 > BilevelBitmap クラス : Clip メソッド
Clipping rectangle of the source image to be extracted as a new BilevelBitmap.
Specifies whether to copy the image metadata only, not actual pixel data. If false, the corresponding pixel data will be copied from the current BilevelBitmap. If true, the pixel data of the resulting BilevelBitmap remain uninitialized.
Creates a new BilevelBitmap with a fragment of the image.
シンタックス
'宣言
 
Public Function Clip( _
   ByVal rect As System.Drawing.Rectangle, _
   Optional ByVal metadataOnly As System.Boolean _
) As BilevelBitmap
public BilevelBitmap Clip( 
   System.Drawing.Rectangle rect,
   System.bool metadataOnly
)

パラメータ

rect
Clipping rectangle of the source image to be extracted as a new BilevelBitmap.
metadataOnly
Specifies whether to copy the image metadata only, not actual pixel data. If false, the corresponding pixel data will be copied from the current BilevelBitmap. If true, the pixel data of the resulting BilevelBitmap remain uninitialized.
参照

BilevelBitmap クラス
BilevelBitmap メンバ