Click or drag to resize

BitmapClone Method

Creates a clone of the bitmap

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

Parameters

rectangle (Optional)
Type: SystemNullableRectangle

[Missing <param name="rectangle"/> documentation for "M:Eto.Drawing.Bitmap.Clone(System.Nullable{Eto.Drawing.Rectangle})"]

Return Value

Type: Bitmap

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

See Also