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