Click or drag to resize

IRenderGlyph Interface

Exposes methods for drawing glyph elements.

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 interface IRenderGlyph

The IRenderGlyph type exposes the following members.

Methods
  NameDescription
Public methodDrawCheckBox
Perform drawing of a check box.
Public methodDrawDragDropDockingGlyph
Draw a solid area glyph suitable for a drag drop area.
Public methodDrawDragDropSolidGlyph
Draw a solid area glyph suitable for a drag drop area.
Public methodDrawDropDownButton
Perform drawing of a drop down button.
Public methodDrawInputControlDropDownGlyph
Draw a drop down button image appropriate for a input control.
Public methodDrawInputControlNumericDownGlyph
Draw a numeric down button image appropriate for a input control.
Public methodDrawInputControlNumericUpGlyph
Draw a numeric up button image appropriate for a input control.
Public methodDrawRadioButton
Perform drawing of a radio button.
Public methodDrawRibbonContextArrow
Perform drawing of a ribbon context arrow glyph.
Public methodDrawRibbonDialogBoxLauncher
Perform drawing of a ribbon dialog box launcher glyph.
Public methodDrawRibbonDropArrow
Perform drawing of a ribbon drop arrow glyph.
Public methodDrawRibbonGroupSeparator
Perform drawing of a ribbon group separator.
Public methodDrawRibbonOverflow
Perform drawing of a ribbon overflow image.
Public methodDrawSeparator
Perform drawing of a separator glyph.
Public methodDrawTrackGlyph
Draw the track bar track glyph.
Public methodDrawTrackPositionGlyph
Draw the track bar position glyph.
Public methodDrawTrackTicksGlyph
Draw the track bar ticks glyph.
Public methodGetCheckBoxPreferredSize
Calculate the requested display size for the check box.
Public methodGetDropDownButtonPreferredSize
Calculate the requested display size for the drop down button.
Public methodGetRadioButtonPreferredSize
Calculate the requested display size for the radio button.
Public methodMeasureDragDropDockingGlyph
Measure the drag and drop docking glyphs.
Top
See Also