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

[To be supplied.]

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

Parameters

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

See Also

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