from_scale method
from_scale
Construct a RelativeRectangle with all offset fields zero and scale fields from given parameters.
Returns
def from_scale(self, scale_x, scale_y, scale_width, scale_height):
...
| Parameter | Type | Description |
|---|---|---|
| scale_x | float | |
| scale_y | float | |
| scale_width | float | |
| scale_height | float |
See Also
- module
aspose.threed.utilities - class
RelativeRectangle