from_dots_per_centimeters method

from_dots_per_centimeters

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

Returns

Returns a Resolution object.

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

See Also