| Name | Description | |
|---|---|---|
|  | ImGearVectorData Constructor | Initializes a new instance of the ImGearVectorData class. | 
The following tables list the members exposed by ImGearVectorData.
| Name | Description | |
|---|---|---|
|  | ImGearVectorData Constructor | Initializes a new instance of the ImGearVectorData class. | 
| Name | Description | |
|---|---|---|
|  | ActiveViewIndex | Gets or sets an index of the active view. | 
|  | FilltypeCount | Gets total count of fill types in the internal filltype container. | 
|  | FontCount | Gets a total count of fonts in the internal container. | 
|  | GraphicsType | Gets or sets the type of graphics used for displaying vector objects. | 
|  | LayerCount | Gets the total count of layers in the internal container. | 
|  | LinetypeCount | Gets total line type count in the internal line type container. | 
|  | SelectionThickness | Gets or sets the thickness that is used for displaying selected entities. | 
|  | Transparency | Gets or sets a value indicating whether the transparency is enabled. | 
|  | Units | Gets or sets measurement units used by the vector drawing. | 
|  | UnitsFactor | Gets or sets a units factor, that is, a multiplier of unit values. | 
|  | ViewCount | Gets total count of views in the drawing. | 
| Name | Description | |
|---|---|---|
|  | CreateEntity | Creates an entity of the specified type. | 
|  | CreateFont | Creates a font by typeface and weight. | 
|  | CreateGradientFilltype | Creates new fill type with the gradient object specified by gradient name and type. | 
|  | CreateLayer | Creates a new layer. | 
|  | CreateView | Creates a new View and adds it to the end of the view container. | 
|  | DeleteView | Removes the specified View from the internal view container and destroys it. | 
|  | Dispose | Overloaded. Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. | 
|  | FindEntityIndex | Looks for an entity with the specified ID. | 
|  | FindFont | Looks for the font with the specified typeface, weight and vector flag. | 
|  | FindLayer | Looks for a layer by name. | 
|  | GetActualGraphics | Returns the type of graphics used for displaying vector objects. | 
|  | GetContent | Returns the main content of the drawing. This is always a block. | 
|  | GetEntity | Returns an entity from the specified position in the internal container. | 
|  | GetFilltype | Returns fill type by its position in the internal container. | 
|  | GetFilltypeIndex | Returns an index of the fill type in the internal container by fill pattern. | 
|  | GetFont | Returns a font by its position in the internal conatiner. | 
|  | GetFontIndex | Returns an index of the specified font in the internal font container. | 
|  | GetGradientFilltypeIndex | Returns index of the fill type associated with the specified gradient object. | 
|  | GetHatchFilltypeIndex | Returns an index of the hatch fill type by the hatch name. | 
|  | GetLayer | Returns a layer by its position in the internal container. | 
|  | GetLinetype | Returns a line type by its position in the internal container. | 
|  | GetLinetypeIndex | Returns the index of the line type in the internal container by the line pattern and pattern length. | 
|  | GetSelection | Looks for the entity that corresponds to the specified device coordinates. | 
|  | GetSelectionColor | Returns the color that is used for displaying entities being selected. | 
|  | GetView | Returns a view from the specified index. | 
|  | Init | Initializes vector content to an empty drawing, discarding any vector entities if they are present. | 
|  | SetSelectionColor | Sets the color that is used for displaying selected entities. |