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