Public 成员函数 | |
| IPrintResolution | GetPrinterResolution () |
| void | SetPrinterResolution (IPrintResolution printerResolution) |
| IRuler | GetRuler () |
| void | SetRuler (IRuler ruler) |
| float | DotsPerUnit (IRuler ruler, IPrintResolution resolution) |
| float | DotsPerUnit (IRuler ruler) |
| float | DotsToPoints (float dots, IPrintResolution resolution) |
| float | DotsToPoints (float dots) |
| float | InchToDots (float inchValue, IPrintResolution resolution) |
| float | InchToDots (float inchValue) |
| float | InchToPoints (float inchValue, IPrintResolution resolution) |
| float | InchToPoints (float inchValue) |
| float | MMToDots (float mmValue, IPrintResolution resolution) |
| float | MMToDots (float mmValue) |
| float | MMToPoints (float mmValue, IPrintResolution resolution) |
| float | MMToPoints (float mmValue) |
| float | ToPoints (float scaledNumber, IRuler ruler, IPrintResolution resolution) |
| float | ToPoints (float scaledNumber, IRuler ruler) |
| float | ToPoints (float scaledNumber) |
| float | ToDots (float scaledNumber, IRuler ruler, IPrintResolution resolution) |
| float | ToDots (float scaledNumber, IRuler ruler) |
| float | ToDots (float scaledNumber) |
| float | ToInch (float scaledNumber, IRuler ruler, IPrintResolution resolution) |
| float | ToInch (float scaledNumber, IRuler ruler) |
| float | ToInch (float scaledNumber) |
| float | ToMM (float scaledNumber, IRuler ruler, IPrintResolution resolution) |
| float | ToMM (float scaledNumber, IRuler ruler) |
| float | ToMM (float scaledNumber) |
| IPoint | ToDots (IPoint scaledPosition, IRuler ruler, IPrintResolution resolution) |
| IPoint | ToDots (IPoint scaledPosition, IRuler ruler) |
| IPoint | ToDots (IPoint scaledPosition) |
静态 Public 成员函数 | |
| static int | Round (float numToRound) |
| float com.UniPRT.Sdk.LabelMaker.Interface.IPrintPlane.DotsPerUnit | ( | IRuler | ruler | ) |
| float com.UniPRT.Sdk.LabelMaker.Interface.IPrintPlane.DotsPerUnit | ( | IRuler | ruler, |
| IPrintResolution | resolution | ||
| ) |
| float com.UniPRT.Sdk.LabelMaker.Interface.IPrintPlane.DotsToPoints | ( | float | dots | ) |
| float com.UniPRT.Sdk.LabelMaker.Interface.IPrintPlane.DotsToPoints | ( | float | dots, |
| IPrintResolution | resolution | ||
| ) |
| IPrintResolution com.UniPRT.Sdk.LabelMaker.Interface.IPrintPlane.GetPrinterResolution | ( | ) |
| IRuler com.UniPRT.Sdk.LabelMaker.Interface.IPrintPlane.GetRuler | ( | ) |
| float com.UniPRT.Sdk.LabelMaker.Interface.IPrintPlane.InchToDots | ( | float | inchValue | ) |
| float com.UniPRT.Sdk.LabelMaker.Interface.IPrintPlane.InchToDots | ( | float | inchValue, |
| IPrintResolution | resolution | ||
| ) |
| float com.UniPRT.Sdk.LabelMaker.Interface.IPrintPlane.InchToPoints | ( | float | inchValue | ) |
| float com.UniPRT.Sdk.LabelMaker.Interface.IPrintPlane.InchToPoints | ( | float | inchValue, |
| IPrintResolution | resolution | ||
| ) |
| float com.UniPRT.Sdk.LabelMaker.Interface.IPrintPlane.MMToDots | ( | float | mmValue | ) |
| float com.UniPRT.Sdk.LabelMaker.Interface.IPrintPlane.MMToDots | ( | float | mmValue, |
| IPrintResolution | resolution | ||
| ) |
| float com.UniPRT.Sdk.LabelMaker.Interface.IPrintPlane.MMToPoints | ( | float | mmValue | ) |
| float com.UniPRT.Sdk.LabelMaker.Interface.IPrintPlane.MMToPoints | ( | float | mmValue, |
| IPrintResolution | resolution | ||
| ) |
|
static |
| void com.UniPRT.Sdk.LabelMaker.Interface.IPrintPlane.SetPrinterResolution | ( | IPrintResolution | printerResolution | ) |
| void com.UniPRT.Sdk.LabelMaker.Interface.IPrintPlane.SetRuler | ( | IRuler | ruler | ) |
| float com.UniPRT.Sdk.LabelMaker.Interface.IPrintPlane.ToDots | ( | float | scaledNumber | ) |
| float com.UniPRT.Sdk.LabelMaker.Interface.IPrintPlane.ToDots | ( | float | scaledNumber, |
| IRuler | ruler | ||
| ) |
| float com.UniPRT.Sdk.LabelMaker.Interface.IPrintPlane.ToDots | ( | float | scaledNumber, |
| IRuler | ruler, | ||
| IPrintResolution | resolution | ||
| ) |
| IPoint com.UniPRT.Sdk.LabelMaker.Interface.IPrintPlane.ToDots | ( | IPoint | scaledPosition, |
| IRuler | ruler, | ||
| IPrintResolution | resolution | ||
| ) |
| float com.UniPRT.Sdk.LabelMaker.Interface.IPrintPlane.ToInch | ( | float | scaledNumber | ) |
| float com.UniPRT.Sdk.LabelMaker.Interface.IPrintPlane.ToInch | ( | float | scaledNumber, |
| IRuler | ruler | ||
| ) |
| float com.UniPRT.Sdk.LabelMaker.Interface.IPrintPlane.ToInch | ( | float | scaledNumber, |
| IRuler | ruler, | ||
| IPrintResolution | resolution | ||
| ) |
| float com.UniPRT.Sdk.LabelMaker.Interface.IPrintPlane.ToMM | ( | float | scaledNumber | ) |
| float com.UniPRT.Sdk.LabelMaker.Interface.IPrintPlane.ToMM | ( | float | scaledNumber, |
| IRuler | ruler | ||
| ) |
| float com.UniPRT.Sdk.LabelMaker.Interface.IPrintPlane.ToMM | ( | float | scaledNumber, |
| IRuler | ruler, | ||
| IPrintResolution | resolution | ||
| ) |
| float com.UniPRT.Sdk.LabelMaker.Interface.IPrintPlane.ToPoints | ( | float | scaledNumber | ) |
| float com.UniPRT.Sdk.LabelMaker.Interface.IPrintPlane.ToPoints | ( | float | scaledNumber, |
| IRuler | ruler | ||
| ) |
| float com.UniPRT.Sdk.LabelMaker.Interface.IPrintPlane.ToPoints | ( | float | scaledNumber, |
| IRuler | ruler, | ||
| IPrintResolution | resolution | ||
| ) |