ComponentFactory.Krypton.Toolkit.RenderBase.DrawTrackPositionGlyph C# (CSharp) Метод

DrawTrackPositionGlyph() публичный абстрактный Метод

Draw the track bar position glyph.
public abstract DrawTrackPositionGlyph ( RenderContext context, PaletteState state, IPaletteElementColor elementPalette, Rectangle drawRect, Orientation orientation, TickStyle tickStyle ) : void
context RenderContext Render context.
state PaletteState Element state.
elementPalette IPaletteElementColor Source of palette colors.
drawRect System.Drawing.Rectangle Drawing rectangle that should contain the track.
orientation Orientation Drawing orientation.
tickStyle TickStyle Tick marks that surround the position.
Результат void
        public abstract void DrawTrackPositionGlyph(RenderContext context,
                                                    PaletteState state,
                                                    IPaletteElementColor elementPalette,
                                                    Rectangle drawRect,
                                                    Orientation orientation,
                                                    TickStyle tickStyle);