RenderBaseGetTabBackPath 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.Toolkit
Assembly:
NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public abstract GraphicsPath GetTabBackPath(
RenderContext context,
Rectangle rect,
IPaletteBorder palette,
VisualOrientation orientation,
PaletteState state,
TabBorderStyle tabBorderStyle
)
Parameters
- context
- Type: Internal.ComponentFactory.Krypton.ToolkitRenderContext
Rendering context. - rect
- Type: System.DrawingRectangle
Target rectangle. - palette
- Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteBorder
Palette used for drawing. - orientation
- Type: Internal.ComponentFactory.Krypton.ToolkitVisualOrientation
Visual orientation of the border. - state
- Type: Internal.ComponentFactory.Krypton.ToolkitPaletteState
State associated with rendering. - tabBorderStyle
- Type: Internal.ComponentFactory.Krypton.ToolkitTabBorderStyle
Style of tab border.
Return Value
Type:
GraphicsPathGraphicsPath instance.
Implements
IRenderTabBorderGetTabBackPath(RenderContext, Rectangle, IPaletteBorder, VisualOrientation, PaletteState, TabBorderStyle)See Also