オーバーロード | 解説 |
---|---|
CreateScale(Single,Single) | Creates a scaling matrix from the specified X and Y components. |
CreateScale(Single,Single,PointF) | Creates a scaling matrix that is offset by a given center point. |
CreateScale(Single) | Creates a scaling matrix that scales uniformly with the given scale. |
CreateScale(Single,PointF) | Creates a scaling matrix that scales uniformly with the specified scale with an offset from the specified center. |