[]
Applies a scaling transformation.
public View Scale(float scaleFactor)
Public Function Scale(scaleFactor As Single) As View
Type | Name | Description |
---|---|---|
float | scaleFactor | The value to scale by on the X and Y axes. |
Type | Description |
---|---|
View |
Applies a scaling transformation.
public View Scale(float xScaleFactor, float yScaleFactor)
Public Function Scale(xScaleFactor As Single, yScaleFactor As Single) As View
Type | Name | Description |
---|---|---|
float | xScaleFactor | The value to scale by on the X axis. |
float | yScaleFactor | The value to scale by on the Y axis. |
Type | Description |
---|---|
View |