DioDocs for PDF
Clone(GcBitmap,Boolean,Boolean) メソッド

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Imaging 名前空間 > GcBitmap クラス > Clone メソッド : Clone(GcBitmap,Boolean,Boolean) メソッド
The target GcBitmap object.
Specifies whether the Exif metadata should be cloned (if exist), not just copied as a reference.
Specifies whether to copy the image metadata only, not actual pixel data. If false, the pixel data will be copied from the current GcBitmap. If true, the pixel data of the target GcBitmap remain uninitialized.
Copies the image into an existing GcBitmap.
シンタックス
'宣言
 
Public Overloads Sub Clone( _
   ByVal bmp As GcBitmap, _
   Optional ByVal cloneExif As System.Boolean, _
   Optional ByVal metadataOnly As System.Boolean _
) 
public void Clone( 
   GcBitmap bmp,
   System.bool cloneExif,
   System.bool metadataOnly
)

パラメータ

bmp
The target GcBitmap object.
cloneExif
Specifies whether the Exif metadata should be cloned (if exist), not just copied as a reference.
metadataOnly
Specifies whether to copy the image metadata only, not actual pixel data. If false, the pixel data will be copied from the current GcBitmap. If true, the pixel data of the target GcBitmap remain uninitialized.
参照

GcBitmap クラス
GcBitmap メンバ
オーバーロード一覧