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


In This Topic
    NCircle Structure Members
    In This Topic

    The following tables list the members exposed by NCircle.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Fields
     NameDescription
    Public FieldCircle center X  
    Public FieldCircle center Y  
    Public FieldCircle radius  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the circle area (PI * Radius * Radius)  
    Public PropertyGets the minimal enclosing rectangle  
    Public PropertyGets the minimal enclosing 2D range  
    Public PropertyGets or sets the center point  
    Public PropertyGets the diameter of the circle  
    Public PropertyDetermines whether the circle is empty (its Radius is 0)  
    Top
    Public Methods
     NameDescription
    Public MethodAppends the primitive to the specified graphics path  
    Public MethodGets the angle (in radians) of the ray connecting the point with the circle center  
    Public MethodOverloaded. Determines whether this circle intersects with the specified rectangle  
    Public MethodOverloaded. Determines whether the circle interior contains the specified point.  
    Public MethodDetermines whether the outline of the circle contains the specified point  
    Public Method  
    Public Method  
    Public MethodGets the circle perimeter (2 * PI * Radius)  
    Public MethodComputes the intersection area of this circle with the specified circle  
    Public MethodOverloaded. Determines whether this circle intersects with the specified line  
    Public MethodOverloaded. Intersects this circle with the specified line  
    Public MethodDetermines whether this circle outline intersects with the specified circle outline  
    Public MethodGets the point on the circle rim, which corresponds to the specified angle (in radians)  
    Public MethodGets a point on the curve from a time parameter. When t is equal to 0, returns the StartPoint of the curve. When t is equal to 1, returns the EndPoint of the curve.  
    Public MethodGets the smaller sector area of the two possible circular sectors defined by the specified angle (in radians).  
    Public MethodGets the string representation of this circle.  
    Public MethodTranslates the primitive with the specified amounts  
    Public Methodstatic (Shared in Visual Basic)Tries to create a circle from three points. Returns false if the points are coliner, or any pair of points are coincident.  
    Top
    Protected Methods
     NameDescription
    Internal Method  
    Top
    Public Operators
    Determines whether a is equal to b
    Determines whether a is not equal to b
    Top
    See Also