Method DrawEdge
DrawEdge(ref Rectangle, Border3DStyle, Border3DSide)
When implemented by a class, draws one or more edges of rectangle.
void DrawEdge(ref Rectangle rect, Border3DStyle border, Border3DSide sides)
Parameters
rectRectangleSpecifies rectangle which edges should be drawn.
borderBorder3DStyleSpecifies the style of a three-dimensional border.
sidesBorder3DSideSpecifies the sides of a rectangle to draw.
DrawEdge(ref Rectangle, Border3DStyle, Border3DSide, int)
When implemented by a class, draws one or more edges of rectangle.
void DrawEdge(ref Rectangle rect, Border3DStyle border, Border3DSide sides, int flags)
Parameters
rectRectangleSpecifies rectangle which edges should be drawn.
borderBorder3DStyleSpecifies the style of a three-dimensional border.
sidesBorder3DSideSpecifies the sides of a rectangle to draw.
flagsintAdditional flags (used for internal purposes).