UniPRT SDK  v1.0.0.0
com.UniPRT.Sdk.LabelMaker.Interface.IPrintPlane 介面 參考文件
類別com.UniPRT.Sdk.LabelMaker.Interface.IPrintPlane的繼承圖:
com.UniPRT.Sdk.LabelMaker.PrintPlane

公開方法(Public Methods)

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 Methods)

static int Round (float numToRound)
 

函式成員說明文件

◆ DotsPerUnit() [1/2]

float com.UniPRT.Sdk.LabelMaker.Interface.IPrintPlane.DotsPerUnit ( IRuler  ruler)

◆ DotsPerUnit() [2/2]

float com.UniPRT.Sdk.LabelMaker.Interface.IPrintPlane.DotsPerUnit ( IRuler  ruler,
IPrintResolution  resolution 
)

◆ DotsToPoints() [1/2]

float com.UniPRT.Sdk.LabelMaker.Interface.IPrintPlane.DotsToPoints ( float  dots)

◆ DotsToPoints() [2/2]

float com.UniPRT.Sdk.LabelMaker.Interface.IPrintPlane.DotsToPoints ( float  dots,
IPrintResolution  resolution 
)

◆ GetPrinterResolution()

IPrintResolution com.UniPRT.Sdk.LabelMaker.Interface.IPrintPlane.GetPrinterResolution ( )

◆ GetRuler()

IRuler com.UniPRT.Sdk.LabelMaker.Interface.IPrintPlane.GetRuler ( )

◆ InchToDots() [1/2]

float com.UniPRT.Sdk.LabelMaker.Interface.IPrintPlane.InchToDots ( float  inchValue)

◆ InchToDots() [2/2]

float com.UniPRT.Sdk.LabelMaker.Interface.IPrintPlane.InchToDots ( float  inchValue,
IPrintResolution  resolution 
)

◆ InchToPoints() [1/2]

float com.UniPRT.Sdk.LabelMaker.Interface.IPrintPlane.InchToPoints ( float  inchValue)

◆ InchToPoints() [2/2]

float com.UniPRT.Sdk.LabelMaker.Interface.IPrintPlane.InchToPoints ( float  inchValue,
IPrintResolution  resolution 
)

◆ MMToDots() [1/2]

float com.UniPRT.Sdk.LabelMaker.Interface.IPrintPlane.MMToDots ( float  mmValue)

◆ MMToDots() [2/2]

float com.UniPRT.Sdk.LabelMaker.Interface.IPrintPlane.MMToDots ( float  mmValue,
IPrintResolution  resolution 
)

◆ MMToPoints() [1/2]

float com.UniPRT.Sdk.LabelMaker.Interface.IPrintPlane.MMToPoints ( float  mmValue)

◆ MMToPoints() [2/2]

float com.UniPRT.Sdk.LabelMaker.Interface.IPrintPlane.MMToPoints ( float  mmValue,
IPrintResolution  resolution 
)

◆ Round()

static int com.UniPRT.Sdk.LabelMaker.Interface.IPrintPlane.Round ( float  numToRound)
static

◆ SetPrinterResolution()

void com.UniPRT.Sdk.LabelMaker.Interface.IPrintPlane.SetPrinterResolution ( IPrintResolution  printerResolution)

◆ SetRuler()

void com.UniPRT.Sdk.LabelMaker.Interface.IPrintPlane.SetRuler ( IRuler  ruler)

◆ ToDots() [1/6]

float com.UniPRT.Sdk.LabelMaker.Interface.IPrintPlane.ToDots ( float  scaledNumber)

◆ ToDots() [2/6]

float com.UniPRT.Sdk.LabelMaker.Interface.IPrintPlane.ToDots ( float  scaledNumber,
IRuler  ruler 
)

◆ ToDots() [3/6]

float com.UniPRT.Sdk.LabelMaker.Interface.IPrintPlane.ToDots ( float  scaledNumber,
IRuler  ruler,
IPrintResolution  resolution 
)

◆ ToDots() [4/6]

IPoint com.UniPRT.Sdk.LabelMaker.Interface.IPrintPlane.ToDots ( IPoint  scaledPosition)

◆ ToDots() [5/6]

IPoint com.UniPRT.Sdk.LabelMaker.Interface.IPrintPlane.ToDots ( IPoint  scaledPosition,
IRuler  ruler 
)

◆ ToDots() [6/6]

IPoint com.UniPRT.Sdk.LabelMaker.Interface.IPrintPlane.ToDots ( IPoint  scaledPosition,
IRuler  ruler,
IPrintResolution  resolution 
)

◆ ToInch() [1/3]

float com.UniPRT.Sdk.LabelMaker.Interface.IPrintPlane.ToInch ( float  scaledNumber)

◆ ToInch() [2/3]

float com.UniPRT.Sdk.LabelMaker.Interface.IPrintPlane.ToInch ( float  scaledNumber,
IRuler  ruler 
)

◆ ToInch() [3/3]

float com.UniPRT.Sdk.LabelMaker.Interface.IPrintPlane.ToInch ( float  scaledNumber,
IRuler  ruler,
IPrintResolution  resolution 
)

◆ ToMM() [1/3]

float com.UniPRT.Sdk.LabelMaker.Interface.IPrintPlane.ToMM ( float  scaledNumber)

◆ ToMM() [2/3]

float com.UniPRT.Sdk.LabelMaker.Interface.IPrintPlane.ToMM ( float  scaledNumber,
IRuler  ruler 
)

◆ ToMM() [3/3]

float com.UniPRT.Sdk.LabelMaker.Interface.IPrintPlane.ToMM ( float  scaledNumber,
IRuler  ruler,
IPrintResolution  resolution 
)

◆ ToPoints() [1/3]

float com.UniPRT.Sdk.LabelMaker.Interface.IPrintPlane.ToPoints ( float  scaledNumber)

◆ ToPoints() [2/3]

float com.UniPRT.Sdk.LabelMaker.Interface.IPrintPlane.ToPoints ( float  scaledNumber,
IRuler  ruler 
)

◆ ToPoints() [3/3]

float com.UniPRT.Sdk.LabelMaker.Interface.IPrintPlane.ToPoints ( float  scaledNumber,
IRuler  ruler,
IPrintResolution  resolution 
)

此介面(interface) 文件是由下列檔案中產生: