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

GdiGraphicsMode Enumeration

Contains modes of the GdiGraphics object.

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

Syntax

Visual Basic
Public Enumeration GdiGraphicsMode
C#
public enum GdiGraphicsMode

Members

Member name Description
Hdc

Handle to device context (HDC).

Bitmap

Bitmap.

See Also

Reference