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!

Matrix.Scale (Single, Single)

[To be supplied.]

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

Parameters

scaleX
[To be supplied.]
scaleY
[To be supplied.]

See Also

Matrix Class | Matrix Members | System.Drawing.Drawing2D Namespace | Matrix.Scale Overload List