Click or drag to resize
DisplayDrawShadedRectFrame Method
Draw a shaded rectangular frame.

Namespace: (Default Namespace)
Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax
C#
public void DrawShadedRectFrame(
	Rectangle inner,
	int thickness,
	Color color1,
	Color color2
)

Parameters

inner
Type: System.DrawingRectangle
Inner, empty portion of the rectangle
thickness
Type: SystemInt32
Thickness of the frame in pixels.
color1
Type: System.DrawingColor
Background color
color2
Type: System.DrawingColor
Foreground dither color
See Also