Simply3DScan
Public Member Functions | List of all members
Simple3DScan.UI.ButtonRenderer Class Reference

Just a class for a special style of the toogle buttons More...

Inheritance diagram for Simple3DScan.UI.ButtonRenderer:
Inheritance graph
[legend]
Collaboration diagram for Simple3DScan.UI.ButtonRenderer:
Collaboration graph
[legend]

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...
 

Detailed Description

Just a class for a special style of the toogle buttons

Member Function Documentation

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

Parameters
e
toggleState
displayMode
font
activeState
inactiveState
righttoLeft
isMouseHover
toggleButton
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

Parameters
e
p
toggleState
slider
font
righttoLeft
isMouseMove
isMouseHover

The documentation for this class was generated from the following file: