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