ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorVertexCont Class
Members




In This Topic
    ImGearVectorVertexCont Class
    In This Topic
    Represents a vertex container.
    Object Model
    ImGearVectorVertexCont ClassImGearVectorVertex Structure
    Syntax
    'Declaration
     
    Public Class ImGearVectorVertexCont 
       Inherits ImGearVectorObject
    'Usage
     
    Dim instance As ImGearVectorVertexCont
    public class ImGearVectorVertexCont : ImGearVectorObject 
    public __gc class ImGearVectorVertexCont : public ImGearVectorObject 
    public ref class ImGearVectorVertexCont : public ImGearVectorObject 
    Remarks
    Vertex container is used by polylines, spline curves and surfaces. A vertex contains point coordinates and a visibility flag. It also can have attributes such as bulge and weight (for splines). Vertex container owns the vertices, so, the application should not destroy them explicitly.
    Inheritance Hierarchy

    System.Object
       ImageGear.Vector.ImGearVectorObject
          ImageGear.Vector.ImGearVectorVertexCont

    See Also