UniPRT SDK v1.0.0.0
 
Loading...
Searching...
No Matches
LabelMaker.Interfaces.ICoordinates.IPrintPlane Class Reference

A protocol defining the interface for PrintPlane classes. More...

Inheritance diagram for LabelMaker.Interfaces.ICoordinates.IPrintPlane:
LabelMaker.Interfaces.ICoordinates.PrintPlane

Public Member Functions

float dots_per_unit_with_ruler (self, Optional[IRuler] ruler, Optional[IPrintResolution] resolution)
 
float dots_to_points_with_dots (self, float dots, Optional[IPrintResolution] resolution)
 
float inch_to_dots_with_inch_value (self, float inch_value, Optional[IPrintResolution] resolution)
 
float inch_to_points_with_inch_value (self, float inch_value, Optional[IPrintResolution] resolution)
 
float mm_to_dots_with_mm_value (self, float mm_value, Optional[IPrintResolution] resolution)
 
float mm_to_points_with_mm_value (self, float mm_value, Optional[IPrintResolution] resolution)
 
float to_points_with_scaled_number (self, float scaled_number, Optional[IRuler] ruler, Optional[IPrintResolution] resolution)
 
float to_dots_with_scaled_number (self, float scaled_number, Optional[IRuler] ruler, Optional[IPrintResolution] resolution)
 
float to_inch_with_scaled_number (self, float scaled_number, Optional[IRuler] ruler, Optional[IPrintResolution] resolution)
 
float to_mm_with_scaled_number (self, float scaled_number, Optional[IRuler] ruler, Optional[IPrintResolution] resolution)
 
IPoint to_dots_with_scaled_position (self, IPoint scaled_position, Optional[IRuler] ruler, Optional[IPrintResolution] resolution)
 

Static Public Attributes

IPrintResolution printer_resolution
 
IRuler ruler
 

Detailed Description

A protocol defining the interface for PrintPlane classes.

Member Function Documentation

◆ dots_per_unit_with_ruler()

float LabelMaker.Interfaces.ICoordinates.IPrintPlane.dots_per_unit_with_ruler ( self,
Optional[IRuler] ruler,
Optional[IPrintResolution] resolution )

◆ dots_to_points_with_dots()

float LabelMaker.Interfaces.ICoordinates.IPrintPlane.dots_to_points_with_dots ( self,
float dots,
Optional[IPrintResolution] resolution )

◆ inch_to_dots_with_inch_value()

float LabelMaker.Interfaces.ICoordinates.IPrintPlane.inch_to_dots_with_inch_value ( self,
float inch_value,
Optional[IPrintResolution] resolution )

◆ inch_to_points_with_inch_value()

float LabelMaker.Interfaces.ICoordinates.IPrintPlane.inch_to_points_with_inch_value ( self,
float inch_value,
Optional[IPrintResolution] resolution )

◆ mm_to_dots_with_mm_value()

float LabelMaker.Interfaces.ICoordinates.IPrintPlane.mm_to_dots_with_mm_value ( self,
float mm_value,
Optional[IPrintResolution] resolution )

◆ mm_to_points_with_mm_value()

float LabelMaker.Interfaces.ICoordinates.IPrintPlane.mm_to_points_with_mm_value ( self,
float mm_value,
Optional[IPrintResolution] resolution )

◆ to_dots_with_scaled_number()

float LabelMaker.Interfaces.ICoordinates.IPrintPlane.to_dots_with_scaled_number ( self,
float scaled_number,
Optional[IRuler] ruler,
Optional[IPrintResolution] resolution )

◆ to_dots_with_scaled_position()

IPoint LabelMaker.Interfaces.ICoordinates.IPrintPlane.to_dots_with_scaled_position ( self,
IPoint scaled_position,
Optional[IRuler] ruler,
Optional[IPrintResolution] resolution )

◆ to_inch_with_scaled_number()

float LabelMaker.Interfaces.ICoordinates.IPrintPlane.to_inch_with_scaled_number ( self,
float scaled_number,
Optional[IRuler] ruler,
Optional[IPrintResolution] resolution )

◆ to_mm_with_scaled_number()

float LabelMaker.Interfaces.ICoordinates.IPrintPlane.to_mm_with_scaled_number ( self,
float scaled_number,
Optional[IRuler] ruler,
Optional[IPrintResolution] resolution )

◆ to_points_with_scaled_number()

float LabelMaker.Interfaces.ICoordinates.IPrintPlane.to_points_with_scaled_number ( self,
float scaled_number,
Optional[IRuler] ruler,
Optional[IPrintResolution] resolution )

Member Data Documentation

◆ printer_resolution

IPrintResolution LabelMaker.Interfaces.ICoordinates.IPrintPlane.printer_resolution
static

◆ ruler

IRuler LabelMaker.Interfaces.ICoordinates.IPrintPlane.ruler
static

The documentation for this class was generated from the following file: