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

GdiGraphics.Mode Property

Gets the value that specifies whether the GdiGraphics where opened at HDC or Bitmap.

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

Syntax

Visual Basic
Public ReadOnly Property Mode As GdiGraphicsMode
C#
public GdiGraphicsMode Mode { get; }

Property Value

GdiGraphicsMode value that specifies whether the GdiGraphics where opened at HDC or Bitmap.

See Also

Reference