from_inches method
from_inches
Returns a Length object that is represented in inches.
Returns
Returns a Length object.
def from_inches(self, value):
    ...
| Parameter | Type | Description | 
|---|---|---|
| value | float | The value. | 
See Also
- module aspose.svg.drawing
- class Length
- class Numeric