Click or drag to resize

BitmapIHandlerClone Method

Creates a clone of the bitmap

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
Bitmap Clone(
	Nullable<Rectangle> rectangle = null
)

Parameters

rectangle (Optional)
Type: SystemNullableRectangle
If specified, the region of the bitmap to clone

Return Value

Type: Bitmap

[Missing <returns> documentation for "M:Eto.Drawing.Bitmap.IHandler.Clone(System.Nullable{Eto.Drawing.Rectangle})"]

See Also