Class CPointAngleF
点(角度)
public class CPointAngleF
- Inheritance
-
CPointAngleF
- Inherited Members
- Extension Methods
Constructors
CPointAngleF()
构造
public CPointAngleF()
CPointAngleF(CPointF, float)
构造
public CPointAngleF(CPointF point, float angle)
Parameters
CPointAngleF(float, float, float)
构造
public CPointAngleF(float row, float column, float angle)
Parameters
Properties
Angle
角度
public float Angle { get; set; }
Property Value
Null
空值
public static CPointAngleF Null { get; }
Property Value
Point
点
public CPointF Point { get; set; }