Nevron .NET Vision
Nevron.GraphicsCore Namespace / NPolylineF Class
Properties Methods


In This Topic
    NPolylineF Class Members
    In This Topic

    The following tables list the members exposed by NPolylineF.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets the minimal enclosing rectangle  
    Public PropertyGets the minimal enclosing 2D range  
    Public PropertyGets/sets the end point of the open figure  
    Public PropertyDetermines whether this is a flat primitive  
    Public PropertyGets the polyline length  
    Public PropertyGets/sets the start point of the open figure  
    Public PropertyGets/sets the polyline vertices  
    Top
    Public Methods
     NameDescription
    Public MethodAdds the primitive to the specified graphics path  
    Public MethodOverloaded. Determines whether the outline of the polyline contains the specified point  
    Public Methodstatic (Shared in Visual Basic)Gets the length of a polyline defined by the specified vertices  
    Public MethodInvalidates any cached information about the polyline.  
    Public MethodDetermines whether the passed rectange intersects the outline of this polyline  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Computes the angle corresponding to the specified percent along a polyline.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Computes the position corresponding to the specified percent along a polyline.  
    Public MethodReturns a simplified version of this polyline using an improved version Douglas and Peucker algorithm (uses path hulls) which improves the worst case running time from O(n^2) to O(n * log2(n)). Topology is preserved.  
    Public MethodOverloaded. Translates the primitive with the specified amounts  
    Top
    See Also