Matrix::Scale Method (Single, Single)

 

Applies the specified scale vector to this Matrix by prepending the scale vector.

Namespace:   System.Drawing.Drawing2D
Assembly:  System.Drawing (in System.Drawing.dll)

public:
void Scale(
	float scaleX,
	float scaleY
)

Parameters

scaleX
Type: System::Single

The value by which to scale this Matrix in the x-axis direction.

scaleY
Type: System::Single

The value by which to scale this Matrix in the y-axis direction.

.NET Framework
Available since 1.1
Return to top
Show: