Class ShowPoint
显示十字点
public class ShowPoint
- Inheritance
-
ShowPoint
- Inherited Members
- Extension Methods
Constructors
ShowPoint(CPointAngle, int, WindowColor?)
构造
public ShowPoint(CPointAngle position, int size, WindowColor? color)
Parameters
positionCPointAngle位置和角度
sizeint大小
colorWindowColor?颜色
Properties
Color
颜色
public WindowColor? Color { get; set; }
Property Value
Position
位置和角度
public CPointAngle Position { get; set; }
Property Value
Size
大小
public int Size { get; set; }