公開方法(Public Methods) | |
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 () |
私有屬性 | |
IRuler | ruler = Defaults.GetRuler() |
IPoint | start |
IPoint | end |
float | lineThickness |
float | cornerRounding = 0f |
com.UniPRT.Sdk.LabelMaker.TSPL.Box.Box | ( | float | x_start, |
float | y_start, | ||
float | x_end, | ||
float | y_end, | ||
float | lineThickness | ||
) |
float com.UniPRT.Sdk.LabelMaker.TSPL.Box.GetCornerRounding | ( | ) |
IPoint com.UniPRT.Sdk.LabelMaker.TSPL.Box.GetEnd | ( | ) |
float com.UniPRT.Sdk.LabelMaker.TSPL.Box.GetLineThickness | ( | ) |
根據使用的標尺單位設定線條的粗細。
實作 com.UniPRT.Sdk.LabelMaker.Interface.IBox.
IRuler com.UniPRT.Sdk.LabelMaker.TSPL.Box.GetRuler | ( | ) |
用於放置的標尺。如果未設定,則使用預設的標尺設定。
實作 com.UniPRT.Sdk.LabelMaker.Interface.IBox.
IPoint com.UniPRT.Sdk.LabelMaker.TSPL.Box.GetStart | ( | ) |
void com.UniPRT.Sdk.LabelMaker.TSPL.Box.SetCornerRounding | ( | float | cornerRounding | ) |
void com.UniPRT.Sdk.LabelMaker.TSPL.Box.SetEnd | ( | IPoint | end | ) |
void com.UniPRT.Sdk.LabelMaker.TSPL.Box.SetLineThickness | ( | float | lineThickness | ) |
void com.UniPRT.Sdk.LabelMaker.TSPL.Box.SetRuler | ( | IRuler | ruler | ) |
void com.UniPRT.Sdk.LabelMaker.TSPL.Box.SetStart | ( | IPoint | start | ) |
String com.UniPRT.Sdk.LabelMaker.TSPL.Box.toString | ( | ) |
實作 com.UniPRT.Sdk.LabelMaker.Interface.IBox.
參考 com.UniPRT.Sdk.LabelMaker.TSPL.Box.GetCornerRounding(), com.UniPRT.Sdk.LabelMaker.TSPL.Box.GetEnd(), com.UniPRT.Sdk.LabelMaker.TSPL.Box.GetLineThickness(), com.UniPRT.Sdk.LabelMaker.TSPL.Box.GetRuler(), com.UniPRT.Sdk.LabelMaker.TSPL.Box.GetStart(), com.UniPRT.Sdk.LabelMaker.Interface.IPair< T >.GetX(), com.UniPRT.Sdk.LabelMaker.Interface.IPair< T >.GetY(), com.UniPRT.Sdk.LabelMaker.TSPL.Box.lineThickness, com.UniPRT.Sdk.LabelMaker.TsplLib.Box.SetRD(), 及 com.UniPRT.Sdk.LabelMaker.PrintPlane.ToDots().
|
private |
|
private |
|
private |
|
private |
|
private |