Class CEllipseF
椭圆
public class CEllipseF
- Inheritance
-
CEllipseF
- Inherited Members
- Extension Methods
Constructors
CEllipseF()
构造
public CEllipseF()
CEllipseF(CPointF, float, float, float)
构造
public CEllipseF(CPointF point, float angle, float radius1, float radius2)
Parameters
CEllipseF(float, float, float, float, float)
构造
public CEllipseF(float row, float column, float angle, float radius1, float radius2)
Parameters
Properties
Angle
弧度的前半轴的方向
public float Angle { get; set; }
Property Value
Null
空值
public static CEllipseF Null { get; }
Property Value
Point
中心
public CPointF Point { get; set; }
Property Value
Radius1
前半轴的长度
public float Radius1 { get; set; }
Property Value
Radius2
后半轴的长度
public float Radius2 { get; set; }