from_scale method
from_scale(, scale_x, scale_y, scale_width, scale_height)
Construct a RelativeRectangle with all offset fields zero and scale fields from given parameters.
Returns
@staticmethod
def from_scale(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