Clone Method (BilevelBitmap)
In This Topic
Creates a new
BilevelBitmap with a copy of the image.
Syntax
'Declaration
Public Function Clone( _
Optional ByVal As System.Boolean, _
Optional ByVal As System.Boolean _
) As BilevelBitmap
public BilevelBitmap Clone(
System.bool ,
System.bool
)
Parameters
- 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 BilevelBitmap. If true, the pixel data of the resulting BilevelBitmap remain uninitialized.
See Also