ImageGear .NET - Updated July 5, 2018
ImGearVectVertexData Enumeration




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace : ImGearVectVertexData Enumeration
Specifies the type of additional data associated with the vertex.
Syntax
'Declaration
 
<FlagsAttribute()>
Public Enum ImGearVectVertexData 
   Inherits System.Enum
 
'Usage
 
Dim instance As ImGearVectVertexData
Members
MemberDescription
BULGEThe outgoing line segment is bulged.
NONEThe vertex doesn't have any additional attributes.
THICKNESSThe outgoing line segment has the local thickness.
WEIGHTThe vertex has weight. Used in rational B-splines.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ImageGear.Vector.ImGearVectVertexData

See Also

Reference

ImageGear.Vector Namespace