from_dots_per_inch method

from_dots_per_inch

Returns a Resolution object that is represented in dots per inch.

Returns

Returns a Resolution object.

def from_dots_per_inch(self, value):
    ...
ParameterTypeDescription
valuefloatThe value.

See Also