Bitmap.ToGdiPlusBitmap Method

Gets the System.Drawing.Bitmap containing a copy of the image stored in this Bitmap.

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

Syntax

C#
public Bitmap ToGdiPlusBitmap()

Return Value

A System.Drawing.Bitmap containing a copy of this bitmap.

Remarks

This method returns a copy of the image.

See Also

Reference