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