ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorData Class
Properties Methods


In This Topic
    ImGearVectorData Class Members
    In This Topic

    The following tables list the members exposed by ImGearVectorData.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the ImGearVectorData class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets an index of the active view.  
    Public PropertyGets total count of fill types in the internal filltype container.  
    Public PropertyGets a total count of fonts in the internal container.  
    Public PropertyGets or sets the type of graphics used for displaying vector objects.  
    Public PropertyGets the total count of layers in the internal container.  
    Public PropertyGets total line type count in the internal line type container.  
    Public PropertyGets or sets the thickness that is used for displaying selected entities.  
    Public PropertyGets or sets a value indicating whether the transparency is enabled.  
    Public PropertyGets or sets measurement units used by the vector drawing.  
    Public PropertyGets or sets a units factor, that is, a multiplier of unit values.  
    Public PropertyGets total count of views in the drawing.  
    Top
    Public Methods
     NameDescription
    Public MethodCreates an entity of the specified type.  
    Public MethodCreates a font by typeface and weight.  
    Public MethodCreates new fill type with the gradient object specified by gradient name and type.  
    Public MethodCreates a new layer.  
    Public MethodCreates a new View and adds it to the end of the view container.  
    Public MethodRemoves the specified View from the internal view container and destroys it.  
    Public MethodOverloaded. Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.  
    Public MethodLooks for an entity with the specified ID.  
    Public MethodLooks for the font with the specified typeface, weight and vector flag.  
    Public MethodLooks for a layer by name.  
    Public MethodReturns the type of graphics used for displaying vector objects.  
    Public MethodReturns the main content of the drawing. This is always a block.  
    Public MethodReturns an entity from the specified position in the internal container.  
    Public MethodReturns fill type by its position in the internal container.  
    Public MethodReturns an index of the fill type in the internal container by fill pattern.  
    Public MethodReturns a font by its position in the internal conatiner.  
    Public MethodReturns an index of the specified font in the internal font container.  
    Public MethodReturns index of the fill type associated with the specified gradient object.  
    Public MethodReturns an index of the hatch fill type by the hatch name.  
    Public MethodReturns a layer by its position in the internal container.  
    Public MethodReturns a line type by its position in the internal container.  
    Public MethodReturns the index of the line type in the internal container by the line pattern and pattern length.  
    Public MethodLooks for the entity that corresponds to the specified device coordinates.  
    Public MethodReturns the color that is used for displaying entities being selected.  
    Public MethodReturns a view from the specified index.  
    Public MethodInitializes vector content to an empty drawing, discarding any vector entities if they are present.  
    Public MethodSets the color that is used for displaying selected entities.  
    Top
    Protected Methods
     NameDescription
    Protected MethodFinalizes an instance of the ImGearVectorData class.  
    Top
    See Also