[To be supplied.]
[Visual Basic] Overloads Overridable Public Sub Paint( _ ByVal g As Graphics, _ ByVal x As Integer, _ ByVal y As Integer, _ ByVal width As Integer, _ ByVal height As Integer _ ) [C#] public virtual void Paint( Graphics g, int x, int y, int width, int height ); [C++] public: virtual void Paint( Graphics* g, int x, int y, int width, int height ); [JScript] public function Paint( g : Graphics, x : int, y : int, width : int, height : int );
Border Class | Border Members | System.WinForms Namespace | Border.Paint Overload List