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!

GraphicsPath.IsVisible (Point)

[To be supplied.]

[Visual Basic]
Overloads Public Function IsVisible( _
   ByVal point As Point _
) As Boolean
[C#]
public bool IsVisible(
   Point point
);
[C++]
public: bool IsVisible(
   Point point
);
[JScript]
public function IsVisible(
   point : Point
) : Boolean;

Parameters

point
[To be supplied.]

See Also

GraphicsPath Class | GraphicsPath Members | System.Drawing.Drawing2D Namespace | GraphicsPath.IsVisible Overload List