C# 클래스 ComponentFactory.Krypton.Toolkit.RenderProfessional

Extends the standard renderer to provide Professional style additions.
상속: RenderStandard
파일 보기 프로젝트 열기: Cocotteseb/Krypton

공개 메소드들

메소드 설명
DrawSeparator ( RenderContext context, Rectangle displayRect, IPaletteBack paletteBack, IPaletteBorder paletteBorder, Orientation orientation, PaletteState state, bool canMove ) : void

Perform drawing of a separator glyph.

보호된 메소드들

메소드 설명
DrawGrabHandleGlyph ( RenderContext context, Rectangle displayRect, Orientation orientation, PaletteState state ) : void

Internal rendering method.

DrawRibbonTabContext ( RenderContext context, Rectangle rect, IPaletteRibbonGeneral paletteGeneral, IPaletteRibbonBack paletteBack, IDisposable memento ) : IDisposable

Internal rendering method.

메소드 상세

DrawGrabHandleGlyph() 보호된 메소드

Internal rendering method.
protected DrawGrabHandleGlyph ( RenderContext context, Rectangle displayRect, Orientation orientation, PaletteState state ) : void
context RenderContext
displayRect System.Drawing.Rectangle
orientation Orientation
state PaletteState
리턴 void

DrawRibbonTabContext() 보호된 메소드

Internal rendering method.
protected DrawRibbonTabContext ( RenderContext context, Rectangle rect, IPaletteRibbonGeneral paletteGeneral, IPaletteRibbonBack paletteBack, IDisposable memento ) : IDisposable
context RenderContext
rect System.Drawing.Rectangle
paletteGeneral IPaletteRibbonGeneral
paletteBack IPaletteRibbonBack
memento IDisposable
리턴 IDisposable

DrawSeparator() 공개 메소드

Perform drawing of a separator glyph.
public DrawSeparator ( RenderContext context, Rectangle displayRect, IPaletteBack paletteBack, IPaletteBorder paletteBorder, Orientation orientation, PaletteState state, bool canMove ) : void
context RenderContext Render context.
displayRect System.Drawing.Rectangle Display area available for drawing.
paletteBack IPaletteBack Background palette details.
paletteBorder IPaletteBorder Border palette details.
orientation Orientation Visual orientation of the content.
state PaletteState State associated with rendering.
canMove bool Can the separator be moved.
리턴 void