dpi property

dpi property

Gets the DPI of the machine.

Remarks

Definition:

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

See Also