ComponentFactory.Krypton.Toolkit.RenderBase.DrawContent C# (CSharp) Method

DrawContent() public abstract method

Perform draw of content using provided memento.
public abstract DrawContent ( RenderContext context, Rectangle displayRect, IPaletteContent palette, IDisposable memento, VisualOrientation orientation, PaletteState state, bool composition, bool allowFocusRect ) : void
context RenderContext Render context.
displayRect System.Drawing.Rectangle Display area available for drawing.
palette IPaletteContent Content palette details.
memento IDisposable Cached values from layout call.
orientation VisualOrientation Visual orientation of the content.
state PaletteState State associated with rendering.
composition bool Drawing onto a composition element.
allowFocusRect bool Allow drawing of focus rectangle.
return void
        public abstract void DrawContent(RenderContext context,
										 Rectangle displayRect,
										 IPaletteContent palette,
                                         IDisposable memento,
										 VisualOrientation orientation,
										 PaletteState state,
                                         bool composition,
                                         bool allowFocusRect);