ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectGraphics Enumeration




In This Topic
    ImGearVectGraphics Enumeration
    In This Topic
    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:
    • 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