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!

Graphics.IsVisible (Single, Single, Single, Single)

[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 _
) As Boolean
[C#]
public bool IsVisible(
   float x,
   float y,
   float width,
   float height
);
[C++]
public: bool IsVisible(
   float x,
   float y,
   float width,
   float height
);
[JScript]
public function IsVisible(
   x : float,
   y : float,
   width : float,
   height : float
) : Boolean;

Parameters

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

See Also

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