This is preliminary documentation and subject to change. To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
Region.IsEmpty
[To be supplied.]
[Visual Basic]
Public Function IsEmpty( _
ByVal g As Graphics _) As Boolean[C#]
public bool IsEmpty(
Graphics g);[C++]
public: bool IsEmpty(
Graphics* g);[JScript]
public function IsEmpty(
g : Graphics) : Boolean;