Pair that can be for any 2D plane relationship or other use. More...
Public Member Functions | |
T | GetX () |
First value. e.g. Horizontal, x, position of a point. More... | |
void | SetX (T x) |
T | GetY () |
Second value. e.g. Vertical, y, position of a point. More... | |
void | SetY (T y) |
Pair that can be for any 2D plane relationship or other use.
T com.UniPRT.Sdk.LabelMaker.Interface.IPair< T >.GetX | ( | ) |
First value. e.g. Horizontal, x, position of a point.
Referenced by com.UniPRT.Sdk.LabelMaker.PGL.Text.GetFontSizePgl(), com.UniPRT.Sdk.LabelMaker.TSPL.Text.GetFontSizeTspl(), com.UniPRT.Sdk.LabelMaker.PrintPlane.ToDots(), com.UniPRT.Sdk.LabelMaker.TSPL.Line.toString(), com.UniPRT.Sdk.LabelMaker.PGL.Line.toString(), com.UniPRT.Sdk.LabelMaker.PGL.Barcode1D.toString(), com.UniPRT.Sdk.LabelMaker.TSPL.Barcode1D.toString(), com.UniPRT.Sdk.LabelMaker.PGL.AztecBarcode.toString(), com.UniPRT.Sdk.LabelMaker.PGL.Pdf417Barcode.toString(), com.UniPRT.Sdk.LabelMaker.TSPL.AztecBarcode.toString(), com.UniPRT.Sdk.LabelMaker.TSPL.Pdf417Barcode.toString(), com.UniPRT.Sdk.LabelMaker.PGL.DataMatrixBarcode.toString(), com.UniPRT.Sdk.LabelMaker.PGL.Text.toString(), com.UniPRT.Sdk.LabelMaker.TSPL.Text.toString(), com.UniPRT.Sdk.LabelMaker.TSPL.DataMatrixBarcode.toString(), com.UniPRT.Sdk.LabelMaker.PGL.QRBarcode.toString(), com.UniPRT.Sdk.LabelMaker.TSPL.QRBarcode.toString(), com.UniPRT.Sdk.LabelMaker.PGL.MaxicodeBarcode.toString(), com.UniPRT.Sdk.LabelMaker.Abstract.ALine.ToString(), com.UniPRT.Sdk.LabelMaker.TSPL.Box.toString(), com.UniPRT.Sdk.LabelMaker.PGL.Box.toString(), and com.UniPRT.Sdk.LabelMaker.TSPL.MaxicodeBarcode.toString().
T com.UniPRT.Sdk.LabelMaker.Interface.IPair< T >.GetY | ( | ) |
Second value. e.g. Vertical, y, position of a point.
Referenced by com.UniPRT.Sdk.LabelMaker.PGL.Text.GetFontSizePgl(), com.UniPRT.Sdk.LabelMaker.TSPL.Text.GetFontSizeTspl(), com.UniPRT.Sdk.LabelMaker.PrintPlane.ToDots(), com.UniPRT.Sdk.LabelMaker.TSPL.Line.toString(), com.UniPRT.Sdk.LabelMaker.PGL.Line.toString(), com.UniPRT.Sdk.LabelMaker.TSPL.Barcode1D.toString(), com.UniPRT.Sdk.LabelMaker.PGL.Barcode1D.toString(), com.UniPRT.Sdk.LabelMaker.PGL.AztecBarcode.toString(), com.UniPRT.Sdk.LabelMaker.PGL.Pdf417Barcode.toString(), com.UniPRT.Sdk.LabelMaker.TSPL.AztecBarcode.toString(), com.UniPRT.Sdk.LabelMaker.TSPL.Pdf417Barcode.toString(), com.UniPRT.Sdk.LabelMaker.PGL.DataMatrixBarcode.toString(), com.UniPRT.Sdk.LabelMaker.PGL.Text.toString(), com.UniPRT.Sdk.LabelMaker.TSPL.Text.toString(), com.UniPRT.Sdk.LabelMaker.TSPL.DataMatrixBarcode.toString(), com.UniPRT.Sdk.LabelMaker.PGL.QRBarcode.toString(), com.UniPRT.Sdk.LabelMaker.TSPL.QRBarcode.toString(), com.UniPRT.Sdk.LabelMaker.PGL.MaxicodeBarcode.toString(), com.UniPRT.Sdk.LabelMaker.TSPL.Box.toString(), com.UniPRT.Sdk.LabelMaker.PGL.Box.toString(), and com.UniPRT.Sdk.LabelMaker.TSPL.MaxicodeBarcode.toString().
void com.UniPRT.Sdk.LabelMaker.Interface.IPair< T >.SetX | ( | T | x | ) |
void com.UniPRT.Sdk.LabelMaker.Interface.IPair< T >.SetY | ( | T | y | ) |