ImageGear .NET - Updated
ImGearVectGraphics Enumeration




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace : ImGearVectGraphics Enumeration
Specifies the type of the vector graphics to be used for displaying vector data.
Syntax
'Declaration
 
Public Enum ImGearVectGraphics 
   Inherits System.Enum
'Usage
 
Dim instance As ImGearVectGraphics
public enum ImGearVectGraphics : System.Enum 
__value public enum ImGearVectGraphics : public System.Enum 
public enum class ImGearVectGraphics : public System.Enum 
Members
MemberDescription
AUTOThe graphics type is defined automatically.
DIRECT3DDirect3D graphics is used.
OPENGLOpenGL graphics is used.
WINAPIThis value has been deprecated. Use AUTO, OPENGL or DIRECT3D instead.
Remarks
For ImGearVectGraphics.AUTO the graphics type is defined according to the following rule:
Inheritance Hierarchy

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

See Also

Reference

ImageGear.Vector Namespace