PathGradientBrush::ScaleTransform Method (Single, Single)

 

Scales the local geometric transform by the specified amounts. This method prepends the scaling matrix to the transform.

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

public:
void ScaleTransform(
	float sx,
	float sy
)

Parameters

sx
Type: System::Single

The transform scale factor in the x-axis direction.

sy
Type: System::Single

The transform scale factor in the y-axis direction.

For an example, see ScaleTransform.

.NET Framework
Available since 1.1
Return to top
Show: