from_pixels method

from_pixels

Returns a Length object that is represented in pixels.

Returns

Returns a Length object.

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

See Also