Public 成员函数 | |
Box (float x_start, float y_start, float x_end, float y_end, float lineThickness) | |
Box (IPoint start, IPoint end, float lineThickness) | |
float | GetCornerRounding () |
方框角落的圆角值。 | |
IPoint | GetEnd () |
方框的右下角。 | |
float | GetLineThickness () |
根据使用的标尺单位设置线条的粗细。 | |
IRuler | GetRuler () |
用于放置的标尺。如果未设置,则使用默认的标尺设置。 | |
IPoint | GetStart () |
方框的左上角。 | |
void | SetCornerRounding (float cornerRounding) |
void | SetEnd (IPoint end) |
void | SetLineThickness (float lineThickness) |
void | SetRuler (IRuler ruler) |
void | SetStart (IPoint start) |
String | toString () |