Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NCircleSegment Structure
Fields Properties Methods


In This Topic
    NCircleSegment Structure Members
    In This Topic

    The following tables list the members exposed by NCircleSegment.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Fields
     NameDescription
    Public FieldThe circle to which the arc belongs  
    Public FieldStarting angle of the arc (in radians)  
    Public FieldSweep angle of the arc (in radians)  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the minimal enclosing rectangle  
    Public PropertyGets the minimal enclosing rectangle  
    Public PropertyGets or sets the end point of the open figure  
    Public PropertyDetermines whether the circle segment is empty (the circle is empty or the sweepAngle is zero)  
    Public PropertyReturns the length of the segment  
    Public PropertyGets the middle point of the segment  
    Public PropertyGets or sets the start point of the open figure  
    Top
    Public Methods
     NameDescription
    Public MethodAppends the primitive to the specified graphics path  
    Public MethodDetermines whether the outline of the primitive contains the specified point  
    Public Method  
    Public Method  
    Public MethodGets the length of th circle  
    Public MethodReturns a point of the curve from the specified time parameter in the [0;1] range  
    Public Method  
    Public MethodTranslates the primitive with the specified amounts  
    Public Methodstatic (Shared in Visual Basic)Tries to create a circle segment defined by three points. Returns false if the points are colinear or any pair of them is coincident.  
    Public Methodstatic (Shared in Visual Basic)Tries to create a circle segment that starts and ends at the specified points. The bow parameter is the distance from the arc's midpoint to the midpoint of its chord. Returns false if the bow is zero, or the start and end points are coincident.  
    Top
    Public Operators
    Determines whether a is equal to b
    Determines whether a is not equal to b
    Top
    See Also