NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TextureBrush.ScaleTransform (Single, Single)

[To be supplied.]

[Visual Basic]
Overloads Public Sub ScaleTransform( _
   ByVal sx As Single, _
   ByVal sy As Single _
)
[C#]
public void ScaleTransform(
   float sx,
   float sy
);
[C++]
public: void ScaleTransform(
   float sx,
   float sy
);
[JScript]
public function ScaleTransform(
   sx : float,
   sy : float
);

Parameters

sx
[To be supplied.]
sy
[To be supplied.]

See Also

TextureBrush Class | TextureBrush Members | System.Drawing Namespace | TextureBrush.ScaleTransform Overload List