Method DrawEdge
DrawEdge(ref Rectangle, Border3DStyle, Border3DSide, int)
Draws one or more edges of rectangle.
public virtual 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).
DrawEdge(ref Rectangle, Border3DStyle, Border3DSide)
Draws one or more edges of rectangle.
public virtual 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.