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.IsVisible (Int32, Int32, Int32, Int32, Graphics)

[To be supplied.]

[Visual Basic]
Overloads Public Function IsVisible( _
   ByVal x As Integer, _
   ByVal y As Integer, _
   ByVal width As Integer, _
   ByVal height As Integer, _
   ByVal g As Graphics _
) As Boolean
[C#]
public bool IsVisible(
   int x,
   int y,
   int width,
   int height,
   Graphics g
);
[C++]
public: bool IsVisible(
   int x,
   int y,
   int width,
   int height,
   Graphics* g
);
[JScript]
public function IsVisible(
   x : int,
   y : int,
   width : int,
   height : int,
   g : Graphics
) : Boolean;

Parameters

x
[To be supplied.]
y
[To be supplied.]
width
[To be supplied.]
height
[To be supplied.]
g
[To be supplied.]

See Also

Region Class | Region Members | System.Drawing Namespace | Region.IsVisible Overload List