SFML.Net
TransformScale Method |

Name | Description | |
---|---|---|
![]() |
Scale(Vector2f) |
Combine the current transform with a scaling.
|
![]() |
Scale(Single, Single) |
Combine the current transform with a scaling.
|
![]() |
Scale(Vector2f, Vector2f) |
Combine the current transform with a scaling.
The center of scaling is provided for convenience as a second
argument, so that you can build scaling around arbitrary points
more easily (and efficiently) than the usual
Translate(-center); Scale(factors); Translate(center).
|
![]() |
Scale(Single, Single, Single, Single) |
Combine the current transform with a scaling.
The center of scaling is provided for convenience as a second
argument, so that you can build scaling around arbitrary points
more easily (and efficiently) than the usual
Translate(-center); Scale(factors); Translate(center).
|
