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


In This Topic
    NCircleD Structure Members
    In This Topic

    The following tables list the members exposed by NCircleD.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Fields
     NameDescription
    Public FieldCircle center point  
    Public Fieldstatic (Shared in Visual Basic)The empty circle  
    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 the diameter of the circle  
    Public PropertyDetermines whether this is a flat primitive  
    Public PropertyGets the circle perimeter (2 * PI * Radius)  
    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 MethodDetermines whether this circle area intersects with the specified circle area  
    Public MethodOverloaded. Determines whether the circle interior contains the specified point.  
    Public MethodOverloaded. Determines whether the outline of the circle contains the specified point  
    Public Method  
    Public Methodstatic (Shared in Visual Basic)Creates a circle from three points  
    Public Method  
    Public MethodComputes the intersection area of this circle with the specified circle  
    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 the smaller sector area of the two possible circular sectors defined by the specified angle (in radians).  
    Public Method  
    Public MethodOverloaded. Translates 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
    Public Operators
    Determines whether a is equal to b
    Determines whether a is not equal to b
    Top
    See Also