Struct Ellipse
An ellipse
public struct Ellipse
- Inherited Members
Constructors
Ellipse(RotatedRect)
Create an ellipse from the specific RotatedRect
public Ellipse(RotatedRect box2d)
Parameters
box2d
RotatedRectThe RotatedRect representation of this ellipse
Ellipse(PointF, SizeF, float)
Create an ellipse with specific parameters
public Ellipse(PointF center, SizeF size, float angle)
Parameters
center
PointFThe center of the ellipse
size
SizeFThe width and height of the ellipse
angle
floatThe rotation angle in radian for the ellipse
Properties
RotatedRect
The RotatedRect representation of this ellipse
public RotatedRect RotatedRect { get; set; }