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
)
Function Clone (
Optional rectangle As Nullable(Of Rectangle) = Nothing
) As Bitmap
abstract Clone :
?rectangle : Nullable<Rectangle>
(* Defaults:
let _rectangle = defaultArg rectangle null
*)
-> Bitmap
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