IRenderBorderGetBackPath Method |
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.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
SyntaxGraphicsPath GetBackPath(
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.
Return Value
GraphicsPathGraphicsPath instance.
See Also