ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorVertex Structure
Members




In This Topic
    ImGearVectorVertex Structure
    In This Topic
    Represents a vertex.
    Object Model
    ImGearVectorVertex Structure
    Syntax
    'Declaration
     
    Public Structure ImGearVectorVertex 
       Inherits System.ValueType
    'Usage
     
    Dim instance As ImGearVectorVertex
    public struct ImGearVectorVertex : System.ValueType 
    public __value struct ImGearVectorVertex : public System.ValueType 
    public value class ImGearVectorVertex : public System.ValueType 
    Remarks
    Vertex contains point coordinates and flags that define some additional vertex attributes, such as bulge, thickness, weight, visibility. These attributes are controlled by the owner vertex container.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          ImageGear.Vector.ImGearVectorVertex

    See Also