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 (Single, Single, Single, Single, Graphics)

[To be supplied.]

[Visual Basic]
Overloads Public Function IsVisible( _
   ByVal x As Single, _
   ByVal y As Single, _
   ByVal width As Single, _
   ByVal height As Single, _
   ByVal g As Graphics _
) As Boolean
[C#]
public bool IsVisible(
   float x,
   float y,
   float width,
   float height,
   Graphics g
);
[C++]
public: bool IsVisible(
   float x,
   float y,
   float width,
   float height,
   Graphics* g
);
[JScript]
public function IsVisible(
   x : float,
   y : float,
   width : float,
   height : float,
   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