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.GetHRGN

[To be supplied.]

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

Parameters

g
[To be supplied.]

See Also

Region Class | Region Members | System.Drawing Namespace