Click or drag to resize

RenderStandardGetTabBorderPath Method

Generate a graphics path that encloses the border itself.

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 override GraphicsPath GetTabBorderPath(
	RenderContext context,
	Rectangle rect,
	IPaletteBorder palette,
	VisualOrientation orientation,
	PaletteState state,
	TabBorderStyle tabBorderStyle
)

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.
tabBorderStyle  TabBorderStyle
Style of tab border.

Return Value

GraphicsPath
GraphicsPath instance.

Implements

IRenderTabBorderGetTabBorderPath(RenderContext, Rectangle, IPaletteBorder, VisualOrientation, PaletteState, TabBorderStyle)
See Also