BitmapExtensionsClone Method
Creates a copy of the specified
IBitmap.
Namespace: SMath.DrawingAssembly: SMath.Drawing (in SMath.Drawing.dll) Version: 1.5.0.0
public static IBitmap Clone(
this IBitmap bmp
)
<ExtensionAttribute>
Public Shared Function Clone (
bmp As IBitmap
) As IBitmap
public:
[ExtensionAttribute]
static IBitmap^ Clone(
IBitmap^ bmp
)
[<ExtensionAttribute>]
static member Clone :
bmp : IBitmap -> IBitmap
- bmp IBitmap
- The IBitmap to copy.
IBitmapA new
IBitmap that is a copy of the specified bitmap.In Visual Basic and C#, you can call this method as an instance method on any object of type
IBitmap. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).