DXGraphics.ScaleTransform Method
Name | Parameters | Description |
---|---|---|
ScaleTransform(Single, Single, DXMatrixOrder) | sx, sy, order | Scales the coordinate system by the specified scale factor. Allows you to set the operation order. |
ScaleTransform(Single, Single) | sx, sy | Scales the coordinate system by the specified scale factor. |