RenderStandardDrawBack Method |
Draw background to fill the specified path.
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 override IDisposable DrawBack(
RenderContext context,
Rectangle rect,
GraphicsPath path,
IPaletteBack palette,
VisualOrientation orientation,
PaletteState state,
IDisposable memento
)
Parameters
- context
- Type: Internal.ComponentFactory.Krypton.ToolkitRenderContext
Rendering context. - rect
- Type: System.DrawingRectangle
Target rectangle that encloses path. - path
- Type: System.Drawing.Drawing2DGraphicsPath
Graphics path. - palette
- Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteBack
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. - memento
- Type: SystemIDisposable
Cache used for drawing.
Return Value
Type:
IDisposableImplements
IRenderBackDrawBack(RenderContext, Rectangle, GraphicsPath, IPaletteBack, VisualOrientation, PaletteState, IDisposable)See Also