[]
        
(Showing Draft Content)

GrapeCity.Documents.DX.Direct2D.Ellipse

Struct Ellipse

Namespace
GrapeCity.Documents.DX.Direct2D
Assembly
GcDocs.DX.Windows.dll

D2D1_ELLIPSE

public struct Ellipse
Inherited Members
System.ValueType.Equals(object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetType()

Constructors

Ellipse(Point2F, float, float)

Initializes a new instance of the Ellipse struct.

public Ellipse(Point2F center, float radiusX, float radiusY)

Parameters

center Point2F

The center.

radiusX float

The radius X.

radiusY float

The radius Y.

Fields

Point

D2D_POINT_2F point

public Point2F Point

Field Value

Point2F

RadiusX

float radiusX

public float RadiusX

Field Value

float

RadiusY

float radiusY

public float RadiusY

Field Value

float