ImageGear .NET
GraphicsType Property




Gets or sets the type of graphics used for displaying vector objects.
Syntax
public ImGearVectGraphics GraphicsType {get; set;}
public: __property ImGearVectGraphics get_GraphicsType();
public: __property void set_GraphicsType( 
   ImGearVectGraphics value
);
public:
property ImGearVectGraphics GraphicsType {
   ImGearVectGraphics get();
   void set (    ImGearVectGraphics value);
}
'Declaration
 
Public Property GraphicsType As ImGearVectGraphics
 
'Usage
 
Dim instance As ImGearVectorData
Dim value As ImGearVectGraphics
 
instance.GraphicsType = value
 
value = instance.GraphicsType

Property Value

Any value of ImGearVectGraphics enumeration.
Remarks
The default value is AUTO (uses either OPENGL or DIRECT3D)
See Also

Reference

ImGearVectorData Class
ImGearVectorData Members
ImGearVectGraphics Enumeration

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback