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!

Region.GetBounds

[To be supplied.]

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

Parameters

g
[To be supplied.]

See Also

Region Class | Region Members | System.Drawing Namespace