btb-class

Painter.DrawBorder(Graphics, Rectangle, ImageBorderType, Int32) Method

Draw a border around specified rectangle.

public static void DrawBorder(
   Graphics graphics,
   Rectangle bounds,
   ImageBorderType borderType,
   int thickness
);

Parameters

graphics
Graphics object
bounds
rectangle around which to draw the border
borderType
image border style
thickness
image border thickness; 0 for default thickness

See Also

Painter Class | ComponentOwl.BetterThumbnailBrowser Namespace | Painter.DrawBorder Overload List