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!

GraphicsPath.GetBounds (Matrix)

[To be supplied.]

[Visual Basic]
Overloads Public Function GetBounds( _
   ByVal matrix As Matrix _
) As RectangleF
[C#]
public RectangleF GetBounds(
   Matrix matrix
);
[C++]
public: RectangleF GetBounds(
   Matrix* matrix
);
[JScript]
public function GetBounds(
   matrix : Matrix
) : RectangleF;

Parameters

matrix
[To be supplied.]

See Also

GraphicsPath Class | GraphicsPath Members | System.Drawing.Drawing2D Namespace | GraphicsPath.GetBounds Overload List