Class CLineF
线
public class CLineF
- Inheritance
-
CLineF
- Inherited Members
- Extension Methods
Constructors
CLineF()
构造
public CLineF()
CLineF(CPointF, CPointF)
构造
public CLineF(CPointF point1, CPointF point2)
Parameters
CLineF(float, float, float, float)
构造
public CLineF(float row1, float column1, float row2, float column2)
Parameters
Properties
Null
空值
public static CPointF Null { get; }
Property Value
Point1
点1
public CPointF Point1 { get; set; }
Property Value
Point2
点2
public CPointF Point2 { get; set; }