Graphics.Mode Property

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

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

Syntax

C#
public GdiGraphicsMode Mode { get; }

Property Value

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

See Also

Reference