Public Member Functions | |
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) |
Static Public Member Functions | |
static int | Round (float numToRound) |
float com.UniPRT.Sdk.LabelMaker.Interface.IPrintPlane.DotsPerUnit | ( | IRuler | ruler | ) |
Implemented in com.UniPRT.Sdk.LabelMaker.PrintPlane.
float com.UniPRT.Sdk.LabelMaker.Interface.IPrintPlane.DotsPerUnit | ( | IRuler | ruler, |
IPrintResolution | resolution | ||
) |
Implemented in com.UniPRT.Sdk.LabelMaker.PrintPlane.
float com.UniPRT.Sdk.LabelMaker.Interface.IPrintPlane.DotsToPoints | ( | float | dots | ) |
Implemented in com.UniPRT.Sdk.LabelMaker.PrintPlane.
float com.UniPRT.Sdk.LabelMaker.Interface.IPrintPlane.DotsToPoints | ( | float | dots, |
IPrintResolution | resolution | ||
) |
Implemented in com.UniPRT.Sdk.LabelMaker.PrintPlane.
IPrintResolution com.UniPRT.Sdk.LabelMaker.Interface.IPrintPlane.GetPrinterResolution | ( | ) |
Implemented in com.UniPRT.Sdk.LabelMaker.PrintPlane.
IRuler com.UniPRT.Sdk.LabelMaker.Interface.IPrintPlane.GetRuler | ( | ) |
Implemented in com.UniPRT.Sdk.LabelMaker.PrintPlane.
float com.UniPRT.Sdk.LabelMaker.Interface.IPrintPlane.InchToDots | ( | float | inchValue | ) |
Implemented in com.UniPRT.Sdk.LabelMaker.PrintPlane.
float com.UniPRT.Sdk.LabelMaker.Interface.IPrintPlane.InchToDots | ( | float | inchValue, |
IPrintResolution | resolution | ||
) |
Implemented in com.UniPRT.Sdk.LabelMaker.PrintPlane.
float com.UniPRT.Sdk.LabelMaker.Interface.IPrintPlane.InchToPoints | ( | float | inchValue | ) |
Implemented in com.UniPRT.Sdk.LabelMaker.PrintPlane.
float com.UniPRT.Sdk.LabelMaker.Interface.IPrintPlane.InchToPoints | ( | float | inchValue, |
IPrintResolution | resolution | ||
) |
Implemented in com.UniPRT.Sdk.LabelMaker.PrintPlane.
float com.UniPRT.Sdk.LabelMaker.Interface.IPrintPlane.MMToDots | ( | float | mmValue | ) |
Implemented in com.UniPRT.Sdk.LabelMaker.PrintPlane.
float com.UniPRT.Sdk.LabelMaker.Interface.IPrintPlane.MMToDots | ( | float | mmValue, |
IPrintResolution | resolution | ||
) |
Implemented in com.UniPRT.Sdk.LabelMaker.PrintPlane.
float com.UniPRT.Sdk.LabelMaker.Interface.IPrintPlane.MMToPoints | ( | float | mmValue | ) |
Implemented in com.UniPRT.Sdk.LabelMaker.PrintPlane.
float com.UniPRT.Sdk.LabelMaker.Interface.IPrintPlane.MMToPoints | ( | float | mmValue, |
IPrintResolution | resolution | ||
) |
Implemented in com.UniPRT.Sdk.LabelMaker.PrintPlane.
|
static |
Implemented in com.UniPRT.Sdk.LabelMaker.PrintPlane.
void com.UniPRT.Sdk.LabelMaker.Interface.IPrintPlane.SetPrinterResolution | ( | IPrintResolution | printerResolution | ) |
Implemented in com.UniPRT.Sdk.LabelMaker.PrintPlane.
void com.UniPRT.Sdk.LabelMaker.Interface.IPrintPlane.SetRuler | ( | IRuler | ruler | ) |
Implemented in com.UniPRT.Sdk.LabelMaker.PrintPlane.
float com.UniPRT.Sdk.LabelMaker.Interface.IPrintPlane.ToDots | ( | float | scaledNumber | ) |
Implemented in com.UniPRT.Sdk.LabelMaker.PrintPlane.
float com.UniPRT.Sdk.LabelMaker.Interface.IPrintPlane.ToDots | ( | float | scaledNumber, |
IRuler | ruler | ||
) |
Implemented in com.UniPRT.Sdk.LabelMaker.PrintPlane.
float com.UniPRT.Sdk.LabelMaker.Interface.IPrintPlane.ToDots | ( | float | scaledNumber, |
IRuler | ruler, | ||
IPrintResolution | resolution | ||
) |
Implemented in com.UniPRT.Sdk.LabelMaker.PrintPlane.
Implemented in com.UniPRT.Sdk.LabelMaker.PrintPlane.
IPoint com.UniPRT.Sdk.LabelMaker.Interface.IPrintPlane.ToDots | ( | IPoint | scaledPosition, |
IRuler | ruler | ||
) |
Implemented in com.UniPRT.Sdk.LabelMaker.PrintPlane.
IPoint com.UniPRT.Sdk.LabelMaker.Interface.IPrintPlane.ToDots | ( | IPoint | scaledPosition, |
IRuler | ruler, | ||
IPrintResolution | resolution | ||
) |
Implemented in com.UniPRT.Sdk.LabelMaker.PrintPlane.
float com.UniPRT.Sdk.LabelMaker.Interface.IPrintPlane.ToInch | ( | float | scaledNumber | ) |
Implemented in com.UniPRT.Sdk.LabelMaker.PrintPlane.
float com.UniPRT.Sdk.LabelMaker.Interface.IPrintPlane.ToInch | ( | float | scaledNumber, |
IRuler | ruler | ||
) |
Implemented in com.UniPRT.Sdk.LabelMaker.PrintPlane.
float com.UniPRT.Sdk.LabelMaker.Interface.IPrintPlane.ToInch | ( | float | scaledNumber, |
IRuler | ruler, | ||
IPrintResolution | resolution | ||
) |
Implemented in com.UniPRT.Sdk.LabelMaker.PrintPlane.
float com.UniPRT.Sdk.LabelMaker.Interface.IPrintPlane.ToMM | ( | float | scaledNumber | ) |
Implemented in com.UniPRT.Sdk.LabelMaker.PrintPlane.
float com.UniPRT.Sdk.LabelMaker.Interface.IPrintPlane.ToMM | ( | float | scaledNumber, |
IRuler | ruler | ||
) |
Implemented in com.UniPRT.Sdk.LabelMaker.PrintPlane.
float com.UniPRT.Sdk.LabelMaker.Interface.IPrintPlane.ToMM | ( | float | scaledNumber, |
IRuler | ruler, | ||
IPrintResolution | resolution | ||
) |
Implemented in com.UniPRT.Sdk.LabelMaker.PrintPlane.
float com.UniPRT.Sdk.LabelMaker.Interface.IPrintPlane.ToPoints | ( | float | scaledNumber | ) |
Implemented in com.UniPRT.Sdk.LabelMaker.PrintPlane.
float com.UniPRT.Sdk.LabelMaker.Interface.IPrintPlane.ToPoints | ( | float | scaledNumber, |
IRuler | ruler | ||
) |
Implemented in com.UniPRT.Sdk.LabelMaker.PrintPlane.
float com.UniPRT.Sdk.LabelMaker.Interface.IPrintPlane.ToPoints | ( | float | scaledNumber, |
IRuler | ruler, | ||
IPrintResolution | resolution | ||
) |
Implemented in com.UniPRT.Sdk.LabelMaker.PrintPlane.