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