Nevron.Nov.Graphics Namespace / NCircle Structure


In This Topic
    NCircle Structure Methods
    In This Topic

    For a list of all members of this type, see NCircle members.

    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
    See Also