Overload | Description |
---|---|
Scale(Point2F,Single) | Scales X and Y coordinates of a point by the specified scaleFactor. |
Scale(Single) | Scales X and Y coordinates of a point by the specified scaleFactor. |
Scale(Point2F,Single,Single) | Scales X and Y coordinates of a point by the specified scaleX and scaleY. |
Scale(Single,Single) | Scales X and Y coordinates of a point by the specified scaleX and scaleY. |