get_int_value method
get_int_value
This method is used to get an int value in a specified unit. If this CSS value doesn’t contain an int value or can’t be converted into the specified unit, a DOMException is raised.
Returns
Returns value
def get_int_value(self, unit_type):
...
Parameter | Type | Description |
---|---|---|
unit_type | int | Type of the unit. |
See Also
- module
aspose.svg.dom.css
- class
CSSPrimitiveValue