System::Drawing::Graphics::ScaleTransform method
Graphics::ScaleTransform method
Applies the specified scale vector to the world transformation matrix of the current object.
void System::Drawing::Graphics::ScaleTransform(float sx, float sy, Drawing2D::MatrixOrder order=Drawing2D::MatrixOrder::Prepend)
| Parameter | Type | Description | 
|---|---|---|
| sx | float | The value by which to scale the matrix in x-axis direction | 
| sy | float | The value by which to scale the matrix in y-axis direction | 
| order | Drawing2D::MatrixOrder | The order in which the scale vector is applied to the matrix | 
See Also
- Enum MatrixOrder
 - Class Graphics
 - Namespace System::Drawing
 - Library Aspose.Page for C++