◆ colorCount()
在文件 QPaintDevice.xcsm 第 43 行定义.
43{ return QtXnl.core_getintlong(nativehandle, Constant.PAINTDEVICEMETRICGET,PaintDeviceMetric.PdmNumColors); }
◆ depth()
在文件 QPaintDevice.xcsm 第 44 行定义.
44{ return QtXnl.core_getintlong(nativehandle, Constant.PAINTDEVICEMETRICGET,PaintDeviceMetric.PdmDepth); }
◆ devicePixelRatio()
在文件 QPaintDevice.xcsm 第 39 行定义.
39{ return QtXnl.core_getintlong(nativehandle, Constant.PAINTDEVICEMETRICGET, PaintDeviceMetric.PdmDevicePixelRatio); }
◆ devicePixelRatioF()
double devicePixelRatioF |
( |
| ) |
|
在文件 QPaintDevice.xcsm 第 40 行定义.
40{ return QtXnl.widget_get_double_value(nativehandle, Constant.PAINTDEVICEMETRICGETPRF); }
◆ devicePixelRatioFScale()
double devicePixelRatioFScale |
( |
| ) |
|
在文件 QPaintDevice.xcsm 第 41 行定义.
41{ return QtXnl.widget_get_double_value(nativehandle, Constant.PAINTDEVICEPRFS);}
◆ devType()
◆ height()
在文件 QPaintDevice.xcsm 第 32 行定义.
32{ return QtXnl.core_getintlong(nativehandle, Constant.PAINTDEVICEMETRICGET, PaintDeviceMetric.PdmHeight); }
◆ heightMM()
在文件 QPaintDevice.xcsm 第 34 行定义.
34{ return QtXnl.core_getintlong(nativehandle, Constant.PAINTDEVICEMETRICGET, PaintDeviceMetric.PdmHeightMM); }
◆ logicalDpiX()
在文件 QPaintDevice.xcsm 第 35 行定义.
35{ return QtXnl.core_getintlong(nativehandle, Constant.PAINTDEVICEMETRICGET, PaintDeviceMetric.PdmDpiX); }
◆ logicalDpiY()
在文件 QPaintDevice.xcsm 第 36 行定义.
36{ return QtXnl.core_getintlong(nativehandle, Constant.PAINTDEVICEMETRICGET, PaintDeviceMetric.PdmDpiY); }
◆ paintingActive()
在文件 QPaintDevice.xcsm 第 26 行定义.
26 {
27 return QtXnl.widget_get_bool_value(nativehandle, Constant.PAINTDEVICEACTIVE);
28 }
◆ physicalDpiX()
在文件 QPaintDevice.xcsm 第 37 行定义.
37{ return QtXnl.core_getintlong(nativehandle, Constant.PAINTDEVICEMETRICGET, PaintDeviceMetric.PdmPhysicalDpiX); }
◆ physicalDpiY()
在文件 QPaintDevice.xcsm 第 38 行定义.
38{ return QtXnl.core_getintlong(nativehandle, Constant.PAINTDEVICEMETRICGET, PaintDeviceMetric.PdmPhysicalDpiY); }
◆ width()
在文件 QPaintDevice.xcsm 第 31 行定义.
31{ return QtXnl.core_getintlong(nativehandle, Constant.PAINTDEVICEMETRICGET, PaintDeviceMetric.PdmWidth); }
◆ widthMM()
在文件 QPaintDevice.xcsm 第 33 行定义.
33{ return QtXnl.core_getintlong(nativehandle, Constant.PAINTDEVICEMETRICGET, PaintDeviceMetric.PdmWidthMM); }