定义PrintPlane类接口的协议。
更多...
|
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) |
|
◆ 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 ) |
◆ printer_resolution
IPrintResolution LabelMaker.Interfaces.ICoordinates.IPrintPlane.printer_resolution |
|
static |
◆ ruler
IRuler LabelMaker.Interfaces.ICoordinates.IPrintPlane.ruler |
|
static |
该类的文档由以下文件生成:
- /Users/realbuber/Documents/Project/UniPRTSDK_python/LabelMaker/Interfaces/ICoordinates.py