IRenderBorder Interface |
Namespace: Internal.ComponentFactory.Krypton.Toolkit
public interface IRenderBorder
The IRenderBorder type exposes the following members.
Name | Description | |
---|---|---|
DrawBorder |
Draw border on the inside edge of the specified rectangle.
| |
GetBackPath |
Generate a graphics path that encloses the border and is used when rendering a background to ensure the background does not draw over the border area.
| |
GetBorderDisplayPadding |
Gets the padding used to position display elements completely inside border drawing.
| |
GetBorderPath |
Generate a graphics path that is in the middle of the border.
| |
GetBorderRawPadding |
Gets the raw padding used per edge of the border.
| |
GetOutsideBorderPath |
Generate a graphics path that is the outside edge of the border.
|