dpi属性

dpi属性

获取机器的DPI。

评论

定义:

@property
def dpi(self):
    ...
@dpi.setter
def dpi(self, value):
    ...

也可以看看