from_points method

from_points

Returns a Length object that is represented in points.

Returns

Returns a Length object.

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

See Also