[To be supplied.]
[Visual Basic] Overloads Public Function IsVisible( _ ByVal x As Integer, _ ByVal y As Integer, _ ByVal graphics As Graphics _ ) As Boolean [C#] public bool IsVisible( int x, int y, Graphics graphics ); [C++] public: bool IsVisible( int x, int y, Graphics* graphics ); [JScript] public function IsVisible( x : int, y : int, graphics : Graphics ) : Boolean;
GraphicsPath Class | GraphicsPath Members | System.Drawing.Drawing2D Namespace | GraphicsPath.IsVisible Overload List