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


In This Topic
    NEllipseF Structure Members
    In This Topic

    The following tables list the members exposed by NEllipseF.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Fields
     NameDescription
    Public FieldThe semi major ellipse axis length  
    Public FieldAngle of the ellipse major axis and the X-axis (in radians)  
    Public FieldThe semi minor ellipse axis length  
    Public FieldThe center of the ellipse  
    Public Fieldstatic (Shared in Visual Basic)The empty ellipse  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the ellipse area (PI * a * b)  
    Public PropertyGets the minimal enclosing rectangle  
    Public PropertyGets the minimal enclosing 2D range  
    Public PropertyGets the eccentricity of the ellipse (the position of the focus as a fraction of the semimajor axis - computed as c / a)  
    Public PropertyGets the first focus of the ellipse  
    Public PropertyGets the second focus of the ellipse  
    Public PropertyGets the distance of the focuses from the ellipse center (also known as c parameter)  
    Public PropertyGets the circle, which can be insribed in the ellipse  
    Public PropertyObtains a transformation, which transforms the ellipse curve to the curve of the inscribed circle  
    Public PropertyDetermines whether this is a flat primitive  
    Public PropertyDetermines whether the ellipse is normalized (a >= b)  
    Public PropertyGets the ellipse perimeter  
    Public PropertyGets the ratio between the major and minor ellipse axes - computed as a / b  
    Top
    Public Methods
     NameDescription
    Public MethodAppends the primitive to the specified graphics path  
    Public MethodOverloaded. Determines whether the rectangle contains the specified point  
    Public MethodOverloaded. Determines whether the outline of the rectangle contains the specified point  
    Public Method  
    Public Methodstatic (Shared in Visual Basic)Creates a normalized ellipse from three points, angle between the ellipse major axis and the X-axis and ratio between the major and minor axes  
    Public Method  
    Public MethodNormalizes the ellipse  
    Public MethodGets the point on the ellipse rim, which corresponds to the specified angle (in radians)  
    Public Method  
    Public MethodOverloaded. Translates the primitive with the specified amounts  
    Top
    Public Operators
    Determines whether a is equal to b
    Determines whether a is not equal to b
    Top
    See Also