Returns System.Drawing.Bitmap which references to the same bitmap data as the current Bitmap class instance.

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

Syntax

Visual Basic

Public Function ToGdiplusBitmapDirectly As Bitmap

C#

public Bitmap ToGdiplusBitmapDirectly()

Return Value

System.Drawing.Bitmap which references to the same bitmap data as the current Bitmap class instance.

Remarks

If you need to get a copy of current System.Drawing.Bitmap (which is detached from the bitmap data of this image), use ToGdiplusBitmap()()() method instead.