Nevron .NET Vision
Nevron.GraphicsCore Namespace / NLineSegmentF Structure
Fields Properties Methods


In This Topic
    NLineSegmentF Structure Members
    In This Topic

    The following tables list the members exposed by NLineSegmentF.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Fields
     NameDescription
    Public FieldEnd point  
    Public FieldStart point  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the angle, which the line forms with the X axis (in radians).  
    Public PropertyGets the minimal enclosing rectangle  
    Public PropertyGets the minimal enclosing 2D range  
    Public PropertyGets the line center.  
    Public PropertyGets the end and start points X difference.  
    Public PropertyGets the end and start points Y difference .  
    Public PropertyGets/sets the end point of the open figure  
    Public PropertyDetermines whether this is a flat primitive  
    Public PropertyGets the length of the line segment.  
    Public PropertyGets the length of the line segment to the power of 2.  
    Public PropertyGets the line slope (DY / DX).  
    Public PropertyGets/sets the start point of the open figure  
    Top
    Public Methods
     NameDescription
    Public MethodAppends the primitive to the specified graphics path  
    Public MethodOverloaded. Determines whether the outline of the line contains the specified point  
    Public MethodGets the distance from the line segment to the given point. The point on the segment closest to the target point is used.  
    Public MethodGets the distance (to the power of 2) from the line segment to the given point. The point on the segment closest to the target point is used.  
    Public Method  
    Public MethodMoves the end point along the line with the specified distance. A positive distance is directed away from the line center.  
    Public MethodMoves the start point along the line with the specified distance. A positive distance is directed away from the line center.  
    Public Method  
    Public MethodGets the point on the specified distance from the start.  
    Public MethodGets a point on the line that is at the specified distance from the end point. A positive distance is directed towards the line center.  
    Public MethodGets a point on the line that is at the specified distance from the start point. A positive distance is directed towards the line center.  
    Public MethodInflates a line segment from its end point.  
    Public MethodInflates a line segment from its start point.  
    Public MethodOverloaded. Checks if this line segment intersects or overlaps the given one.  
    Public MethodOverloaded. Checks if this line segment intersects the given one and returns the intersection point as an out parameter if it does.  
    Public MethodConverts a line segment to a line.  
    Public Method  
    Public MethodOverloaded. Translates the primitive with the specified amounts  
    Top
    Public Operators
    Determines whether a is equal to b
    Determines whether a is not equal to b
    Top
    See Also