Draws a three-dimensional style border with the specified style, on the specified graphics surface and side, and within the specified bounds on a control.
- graphics
The System.Drawing.Graphics to draw on.
- x
The x-coordinate of the top left of the border rectangle.
- y
The y-coordinate of the top left of the border rectangle.
- width
The width of the border rectangle.
- height
The height of the border rectangle.
- style
One of the System.Windows.Forms.Border3DStyle values that specifies the style of the border.
- sides
The System.Windows.Forms.Border3DSide of the rectangle to draw the border on.