ComponentFactory.Krypton.Toolkit.RenderBase.DrawBorder C# (CSharp) Method

DrawBorder() public abstract method

Draw border on the inside edge of the specified rectangle.
public abstract DrawBorder ( RenderContext context, Rectangle rect, IPaletteBorder palette, VisualOrientation orientation, PaletteState state ) : void
context RenderContext Rendering context.
rect System.Drawing.Rectangle Target rectangle.
palette IPaletteBorder Palette used for drawing.
orientation VisualOrientation Visual orientation of the border.
state PaletteState State associated with rendering.
return void
        public abstract void DrawBorder(RenderContext context, 
										Rectangle rect, 
										IPaletteBorder palette,
										VisualOrientation orientation,
										PaletteState state);