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


In This Topic
    ImGearVectorEntity Class Members
    In This Topic

    The following tables list the members exposed by ImGearVectorEntity.

    Public Properties
     NameDescription
    Public PropertyGets flags indicating which optional attributes are present for the entity.  
    Public PropertyGets or sets a value indicating whether the entity is marked as deleted.  
    Public PropertyGets or sets an identifier of the entity.  
    Public PropertyGets or sets the layer the entity belongs to.  
    Public PropertyGets or sets a value indicating whether the entity is selected.  
    Public PropertyGets a type of the entity.  
    Top
    Public Methods
     NameDescription
    Public MethodCopies one entity to another.  
    Public MethodReturns the draw color of the entity.  
    Public MethodReturns the fill color of the entity.  
    Public MethodReturns the fill type index of the entity.  
    Public MethodReturns the line thickness used when drawing the entity.  
    Public MethodReturns the line type index of the entity.  
    Public MethodReturns a transformation matrix of the entity.  
    Public MethodCalculates a bounding box which completely includes the entity.  
    Public MethodMoves the entity according to the specified vector.  
    Public MethodRemoves and destroys an attribute.  
    Public MethodRotates the entity about to the specified vector on the specified angle.  
    Public MethodScales the entity according to the specified scale vector.  
    Public MethodMarks the entity as dirty.  
    Public MethodSets draw color for the entity.  
    Public MethodSets the fill color for the entity.  
    Public MethodSets the fill type index for an entity.  
    Public MethodSets the line thickness for an entity.  
    Public MethodSets the line type index for an entity.  
    Public MethodSets a transformation matrix of the entity.  
    Top
    See Also