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


In This Topic
    NCircleSegmentD Structure Members
    In This Topic

    The following tables list the members exposed by NCircleSegmentD.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Fields
     NameDescription
    Public FieldThe circle to which the arc belongs  
    Public Fieldstatic (Shared in Visual Basic)The Empty circle segment  
    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 2D range  
    Public PropertyGets/sets the end point of the open figure  
    Public PropertyDetermines whether this is a flat primitive  
    Public PropertyReturns the length of the segment  
    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 primitive contains the specified point  
    Public Method  
    Public Methodstatic (Shared in Visual Basic)Gets the circle segment, which passes throw the tree points  
    Public Method  
    Public MethodConverts this segment to ToNCircularArcF  
    Public Method  
    Public MethodOverloaded. Translates 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