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

VObjectDrawMode Enumeration

Contains supported draw modes for v-objects.

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

Syntax

Visual Basic
Public Enumeration VObjectDrawMode
C#
public enum VObjectDrawMode

Members

Member name Description
Draft

Specifies low quality, high speed rendering.

Normal

Specifies a standard rendering.

Remarks

The Draft mode is used when a v-object is moved. In this mode, antialiasing is turned off, and the low QualityMode of GDI+ rendering is used.

See Also

Reference