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

[To be supplied.]

[Visual Basic]
Overloads Public Function IsOutlineVisible( _
   ByVal x As Single, _
   ByVal y As Single, _
   ByVal pen As Pen, _
   ByVal graphics As Graphics _
) As Boolean
[C#]
public bool IsOutlineVisible(
   float x,
   float y,
   Pen pen,
   Graphics graphics
);
[C++]
public: bool IsOutlineVisible(
   float x,
   float y,
   Pen* pen,
   Graphics* graphics
);
[JScript]
public function IsOutlineVisible(
   x : float,
   y : float,
   pen : Pen,
   graphics : Graphics
) : Boolean;

Parameters

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

See Also

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