NevronOpenVision
Nevron.Nov.Diagram Namespace / NDrawPolypoints<T> Class
Fields Properties Methods Events


In This Topic
    NDrawPolypoints<T> Class Members
    In This Topic

    The following tables list the members exposed by NDrawPolypoints<T>.

    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Schema associated with NDrawPolypoints.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the Points property.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the Tension property.  
    Top
    Protected Fields
     NameDescription
    Internal Field  
    Internal Field  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the points of the graphics path. The points are expressed relatively to the draw box  
    Public PropertyGets or sets the tension of the curve represented by the polypoint object. If tension is 0 it is a polypoint with straigth segments, othwerwise it is a cardinal spline with smooth curves.  
    Public PropertyOverridden. Gets the type of this geometry command.  
    Top
    Public Methods
     NameDescription
    Public MethodGets the point at the specified index. The returned point is in shape coordinates.  
    Public MethodGets the count of points inside this  
    Public MethodGets the polypoint object defined by this command  
    Public MethodSets the point at the specified index. The point is in shape coordinates.  
    Top
    Protected Methods
     NameDescription
    Internal MethodOverridden.   
    Internal MethodOverridden.   
    Internal MethodOverridden.   
    Protected MethodMust override to create the polypoint object represented by this command.  
    Internal MethodOverridden.   
    Internal MethodOverridden.   
    Top
    See Also