ImageGear .NET
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
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:
Inheritance Hierarchy

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

See Also

Reference

ImageGear.Vector Namespace

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback