Click or drag to resize

RenderBaseDrawBorder Method

Draw border on the inside edge of the specified rectangle.

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 abstract void DrawBorder(
	RenderContext context,
	Rectangle rect,
	IPaletteBorder palette,
	VisualOrientation orientation,
	PaletteState state
)

Parameters

context  RenderContext
Rendering context.
rect  Rectangle
Target rectangle.
palette  IPaletteBorder
Palette used for drawing.
orientation  VisualOrientation
Visual orientation of the border.
state  PaletteState
State associated with rendering.

Implements

IRenderBorderDrawBorder(RenderContext, Rectangle, IPaletteBorder, VisualOrientation, PaletteState)
See Also