Public 成员函数 | |
| Box (IPoint start, IPoint end, float lineThickness) | |
| Box (float x_start, float y_start, float x_end, float y_end, float lineThickness) | |
| IRuler | GetRuler () |
| 用于放置的标尺。如果未设置,则使用默认的标尺设置。 更多... | |
| void | SetRuler (IRuler ruler) |
| IPoint | GetStart () |
| 方框的左上角。 更多... | |
| void | SetStart (IPoint start) |
| IPoint | GetEnd () |
| 方框的右下角。 更多... | |
| void | SetEnd (IPoint end) |
| float | GetLineThickness () |
| 根据使用的标尺单位设置线条的粗细。 更多... | |
| void | SetLineThickness (float lineThickness) |
| float | GetCornerRounding () |
| 方框角落的圆角值。 更多... | |
| void | SetCornerRounding (float cornerRounding) |
| String | toString () |
Private 属性 | |
| IRuler | ruler = Defaults.GetRuler() |
| IPoint | start |
| IPoint | end |
| float | lineThickness |
| float | cornerRounding = 0f |
| com.UniPRT.Sdk.LabelMaker.PGL.Box.Box | ( | float | x_start, |
| float | y_start, | ||
| float | x_end, | ||
| float | y_end, | ||
| float | lineThickness | ||
| ) |
| float com.UniPRT.Sdk.LabelMaker.PGL.Box.GetCornerRounding | ( | ) |
| IPoint com.UniPRT.Sdk.LabelMaker.PGL.Box.GetEnd | ( | ) |
| float com.UniPRT.Sdk.LabelMaker.PGL.Box.GetLineThickness | ( | ) |
根据使用的标尺单位设置线条的粗细。
实现了 com.UniPRT.Sdk.LabelMaker.Interface.IBox.
| IRuler com.UniPRT.Sdk.LabelMaker.PGL.Box.GetRuler | ( | ) |
用于放置的标尺。如果未设置,则使用默认的标尺设置。
实现了 com.UniPRT.Sdk.LabelMaker.Interface.IBox.
| IPoint com.UniPRT.Sdk.LabelMaker.PGL.Box.GetStart | ( | ) |
| void com.UniPRT.Sdk.LabelMaker.PGL.Box.SetCornerRounding | ( | float | cornerRounding | ) |
| void com.UniPRT.Sdk.LabelMaker.PGL.Box.SetEnd | ( | IPoint | end | ) |
| void com.UniPRT.Sdk.LabelMaker.PGL.Box.SetLineThickness | ( | float | lineThickness | ) |
| void com.UniPRT.Sdk.LabelMaker.PGL.Box.SetRuler | ( | IRuler | ruler | ) |
| void com.UniPRT.Sdk.LabelMaker.PGL.Box.SetStart | ( | IPoint | start | ) |
| String com.UniPRT.Sdk.LabelMaker.PGL.Box.toString | ( | ) |
实现了 com.UniPRT.Sdk.LabelMaker.Interface.IBox.
引用了 com.UniPRT.Sdk.LabelMaker.PGL.Box.GetCornerRounding(), com.UniPRT.Sdk.LabelMaker.PGL.Box.GetEnd(), com.UniPRT.Sdk.LabelMaker.PGL.Box.GetLineThickness(), com.UniPRT.Sdk.LabelMaker.PGL.Box.GetRuler(), com.UniPRT.Sdk.LabelMaker.PGL.Box.GetStart(), com.UniPRT.Sdk.LabelMaker.Interface.IPair< T >.GetX(), com.UniPRT.Sdk.LabelMaker.Interface.IPair< T >.GetY(), com.UniPRT.Sdk.LabelMaker.PGL.Box.lineThickness, com.UniPRT.Sdk.LabelMaker.PglLib.Box.SetRD() , 以及 com.UniPRT.Sdk.LabelMaker.PrintPlane.ToDots().
|
private |
|
private |
|
private |
|
private |
|
private |