ScaleTransform()
Graphics::ScaleTransform(float, float, Drawing2D::MatrixOrder) 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)
Arguments
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.Slides