| C1.WPF.DX.4 Assembly > C1.Util.DX Namespace > Point2D Structure : Scale Method |
| Overload | Description |
|---|---|
| Scale(Point2D,Double) | Scales X and Y coordinates of a point by the specified scaleFactor. |
| Scale(Double) | Scales X and Y coordinates of a point by the specified scaleFactor. |
| Scale(Point2D,Double,Double) | Scales X and Y coordinates of a point by the specified scaleX and scaleY. |
| Scale(Double,Double) | Scales X and Y coordinates of a point by the specified scaleX and scaleY. |