This documentation is for the old version. Go to the latest Graphics Mill docs

Bitmap.ToGdiplusBitmap Method

Returns System.Drawing.Bitmap containing a copy of the image stored in current Bitmap class instance.

Namespace: Aurigma.GraphicsMill
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

Visual Basic
Public Function ToGdiplusBitmap As Bitmap
C#
public Bitmap ToGdiplusBitmap()

Return Value

System.Drawing.Bitmap containing a copy of the image stored in current Bitmap class instance.

Remarks

This method returns a copy of the image. If you need to have a System.Drawing.Bitmap which references to the same bitmap data as the current Bitmap, you should use ToGdiplusBitmapDirectly() method instead.

See Also

Reference