Click or drag to resize

RenderProfessionalDrawSeparator Method

Perform drawing of a separator glyph.

Namespace:  Internal.ComponentFactory.Krypton.Toolkit
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public override void DrawSeparator(
	RenderContext context,
	Rectangle displayRect,
	IPaletteBack paletteBack,
	IPaletteBorder paletteBorder,
	Orientation orientation,
	PaletteState state,
	bool canMove
)

Parameters

context
Type: Internal.ComponentFactory.Krypton.ToolkitRenderContext
Render context.
displayRect
Type: System.DrawingRectangle
Display area available for drawing.
paletteBack
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteBack
Background palette details.
paletteBorder
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteBorder
Border palette details.
orientation
Type: System.Windows.FormsOrientation
Visual orientation of the content.
state
Type: Internal.ComponentFactory.Krypton.ToolkitPaletteState
State associated with rendering.
canMove
Type: SystemBoolean
Can the separator be moved.

Implements

IRenderGlyphDrawSeparator(RenderContext, Rectangle, IPaletteBack, IPaletteBorder, Orientation, PaletteState, Boolean)
See Also