Creates new bitmap from System.Drawing.Bitmap (standard .NET class representing bitmap) instance.
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Sub Create ( _ bitmap As Bitmap _ )
public void Create( Bitmap bitmap )
Type: System.Drawing.Bitmap
System.Drawing.Bitmap from which bitmap data is copied.