ImageGear for .NET
ImGearVectGraphics Enumeration
See Also  Send Feedback
ImageGear21.Formats.Vector Assembly > ImageGear.Vector Namespace : ImGearVectGraphics Enumeration




Glossary Item Box

Specifies the type of the vector graphics to be used for displaying vector data.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Members

MemberValueDescription
AUTO0The graphics type is defined automatically.
DIRECT3D3Direct3D graphics is used.
OPENGL1OpenGL graphics is used.
WINAPI2This value has been deprecated. Use AUTO, OPENGL or DIRECT3D instead.

Remarks

For ImGearVectGraphics.AUTO the graphics type is defined according to the following rule:
  • If Windows version is Vista or higher, or the video card does not support double buffering, Direct3D is selected.
  • Otherwise, OpenGL is selected.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ImageGear.Vector.ImGearVectGraphics

See Also

©2013. Accusoft Corporation. All Rights Reserved.