Raytrix Light Field SDK  v3.1
Logo
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Events Groups Pages
CLUViz::Net::CircleViewPars Struct Reference

Detailed Description

Parameters determining the visual appearance of drawn circles.

Public Member Functions

 CircleViewPars ()
 Default constructor. More...
 

Public Attributes

bool bEnableForPicking
 True to enable mouse over and selected appearance, false to disable it. Default is true. More...
 
System::Drawing::Color colPicked
 The color of not selected circles while mouse over. Default: Red. More...
 
System::Drawing::Color colPickSel
 The color of selected circles while mouse over. Default: Blue. More...
 
System::Drawing::Color colSelected
 The color of selected circles while not mouse over. Default: Green. More...
 
float fLineWidth
 The width of the circle lines in pixels. Default and minimum is 3. More...
 

Constructor & Destructor Documentation

CLUViz::Net::CircleViewPars::CircleViewPars ( )
inline

Default constructor.

Member Data Documentation

bool CLUViz::Net::CircleViewPars::bEnableForPicking

True to enable mouse over and selected appearance, false to disable it. Default is true.

System::Drawing::Color CLUViz::Net::CircleViewPars::colPicked

The color of not selected circles while mouse over. Default: Red.

System::Drawing::Color CLUViz::Net::CircleViewPars::colPickSel

The color of selected circles while mouse over. Default: Blue.

System::Drawing::Color CLUViz::Net::CircleViewPars::colSelected

The color of selected circles while not mouse over. Default: Green.

float CLUViz::Net::CircleViewPars::fLineWidth

The width of the circle lines in pixels. Default and minimum is 3.