NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Border.Paint (Graphics, Int32, Int32, Int32, Int32)

[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
);

Parameters

g
[To be supplied.]
x
[To be supplied.]
y
[To be supplied.]
width
[To be supplied.]
height
[To be supplied.]

See Also

Border Class | Border Members | System.WinForms Namespace | Border.Paint Overload List