Simply3DScan
|
Just a class for a special style of the toogle buttons More...
Public Member Functions | |
void | DrawButton (PaintEventArgs e, ToggleButtonState toggleState, DisplayType displayMode, Font font, ActiveStateCollection activeState, InactiveStateCollection inactiveState, RightToLeft righttoLeft, bool isMouseHover, ToggleButton toggleButton) |
Method for Drawing the Button Frame for ToggleButton More... | |
void | DrawSlider (PaintEventArgs e, Point p, ToggleButtonState toggleState, SliderCollection slider, Font font, RightToLeft righttoLeft, bool isMouseMove, bool isMouseHover) |
Method for Drawing the Slider in ToggleButton More... | |
Just a class for a special style of the toogle buttons
Definition at line 14 of file ButtonRenderer.cs.
void Simple3DScan.UI.ButtonRenderer.DrawButton | ( | PaintEventArgs | e, |
ToggleButtonState | toggleState, | ||
DisplayType | displayMode, | ||
Font | font, | ||
ActiveStateCollection | activeState, | ||
InactiveStateCollection | inactiveState, | ||
RightToLeft | righttoLeft, | ||
bool | isMouseHover, | ||
ToggleButton | toggleButton | ||
) |
Method for Drawing the Button Frame for ToggleButton
e | |
toggleState | |
displayMode | |
font | |
activeState | |
inactiveState | |
righttoLeft | |
isMouseHover | |
toggleButton |
Definition at line 29 of file ButtonRenderer.cs.
void Simple3DScan.UI.ButtonRenderer.DrawSlider | ( | PaintEventArgs | e, |
Point | p, | ||
ToggleButtonState | toggleState, | ||
SliderCollection | slider, | ||
Font | font, | ||
RightToLeft | righttoLeft, | ||
bool | isMouseMove, | ||
bool | isMouseHover | ||
) |
Method for Drawing the Slider in ToggleButton
e | |
p | |
toggleState | |
slider | |
font | |
righttoLeft | |
isMouseMove | |
isMouseHover |
Definition at line 90 of file ButtonRenderer.cs.