DioDocs for PDF
Clone メソッド (GrayscaleBitmap)

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Imaging 名前空間 > GrayscaleBitmap クラス : Clone メソッド
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 GrayscaleBitmap. If true, the pixel data of the resulting GrayscaleBitmap remain uninitialized.
Creates a new GrayscaleBitmap with a copy of the image.
シンタックス
'宣言
 
Public Function Clone( _
   Optional ByVal cloneExif As System.Boolean, _
   Optional ByVal metadataOnly As System.Boolean _
) As GrayscaleBitmap
public GrayscaleBitmap Clone( 
   System.bool cloneExif,
   System.bool metadataOnly
)

パラメータ

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 GrayscaleBitmap. If true, the pixel data of the resulting GrayscaleBitmap remain uninitialized.
参照

GrayscaleBitmap クラス
GrayscaleBitmap メンバ