Class ShowRectangle2
显示矩形
public class ShowRectangle2
- Inheritance
-
ShowRectangle2
- Inherited Members
- Extension Methods
Constructors
ShowRectangle2(CRectangle2, bool, WindowColor?)
构造
public ShowRectangle2(CRectangle2 rectangle, bool isArrow, WindowColor? color)
Parameters
rectangleCRectangle2矩形
isArrowbool箭头
colorWindowColor?颜色
Properties
Color
颜色
public WindowColor? Color { get; set; }
Property Value
IsArrow
箭头
public bool IsArrow { get; set; }
Property Value
Rectangle2
矩形
public CRectangle2 Rectangle2 { get; set; }