Public 成员函数 | |
| 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 () |
| float com.UniPRT.Sdk.LabelMaker.Interface.IBox.GetCornerRounding | ( | ) |
方框角落的圆角值。
在 com.UniPRT.Sdk.LabelMaker.PGL.Box , 以及 com.UniPRT.Sdk.LabelMaker.TSPL.Box 内被实现.
| IPoint com.UniPRT.Sdk.LabelMaker.Interface.IBox.GetEnd | ( | ) |
方框的右下角。
在 com.UniPRT.Sdk.LabelMaker.PGL.Box , 以及 com.UniPRT.Sdk.LabelMaker.TSPL.Box 内被实现.
| float com.UniPRT.Sdk.LabelMaker.Interface.IBox.GetLineThickness | ( | ) |
根据使用的标尺单位设置线条的粗细。
在 com.UniPRT.Sdk.LabelMaker.PGL.Box , 以及 com.UniPRT.Sdk.LabelMaker.TSPL.Box 内被实现.
| IRuler com.UniPRT.Sdk.LabelMaker.Interface.IBox.GetRuler | ( | ) |
用于放置的标尺。如果未设置,则使用默认的标尺设置。
在 com.UniPRT.Sdk.LabelMaker.PGL.Box , 以及 com.UniPRT.Sdk.LabelMaker.TSPL.Box 内被实现.
| IPoint com.UniPRT.Sdk.LabelMaker.Interface.IBox.GetStart | ( | ) |
方框的左上角。
在 com.UniPRT.Sdk.LabelMaker.PGL.Box , 以及 com.UniPRT.Sdk.LabelMaker.TSPL.Box 内被实现.
| void com.UniPRT.Sdk.LabelMaker.Interface.IBox.SetCornerRounding | ( | float | cornerRounding | ) |
| void com.UniPRT.Sdk.LabelMaker.Interface.IBox.SetEnd | ( | IPoint | end | ) |
| void com.UniPRT.Sdk.LabelMaker.Interface.IBox.SetLineThickness | ( | float | lineThickness | ) |
| void com.UniPRT.Sdk.LabelMaker.Interface.IBox.SetRuler | ( | IRuler | ruler | ) |
| void com.UniPRT.Sdk.LabelMaker.Interface.IBox.SetStart | ( | IPoint | start | ) |
| String com.UniPRT.Sdk.LabelMaker.Interface.IBox.toString | ( | ) |