Click or drag to resize

IRenderBorder Interface

Exposes methods for drawing borders.

Namespace: Internal.ComponentFactory.Krypton.Toolkit
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public interface IRenderBorder

The IRenderBorder type exposes the following members.

Methods
 NameDescription
Public methodDrawBorder Draw border on the inside edge of the specified rectangle.
Public methodGetBackPath 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.
Public methodGetBorderDisplayPadding Gets the padding used to position display elements completely inside border drawing.
Public methodGetBorderPath Generate a graphics path that is in the middle of the border.
Public methodGetBorderRawPadding Gets the raw padding used per edge of the border.
Public methodGetOutsideBorderPath Generate a graphics path that is the outside edge of the border.
Top
See Also