Raytrix Light Field SDK  4.0
Logo
Public Member Functions | Public Attributes | List of all members
CLUViz::Net::ToolViewForm::SCreateParams Struct Reference

Detailed Description

Create parameters.

Public Member Functions

 SCreateParams (int iX, int iY, int iWidth, int iHeight, System::String^ sCaption)
 Constructor. More...
 

Public Attributes

int iHandle
 The created handle of the form. More...
 
int iHeight
 The height of the form. More...
 
int iWidth
 The width of the form. More...
 
int iX
 The X position of the form. More...
 
int iY
 The Y position of the form. More...
 
System::String^ sCaption
 The caption of the form. More...
 

Constructor & Destructor Documentation

CLUViz::Net::ToolViewForm::SCreateParams::SCreateParams ( int  iX,
int  iY,
int  iWidth,
int  iHeight,
System::String^  sCaption 
)
inline

Constructor.

Parameters
iXThe X position of the form.
iYThe Y position of the form.
iWidthThe width of the form.
iHeightThe height of the form.
sCaptionThe caption of the form.

Member Data Documentation

int CLUViz::Net::ToolViewForm::SCreateParams::iHandle

The created handle of the form.

int CLUViz::Net::ToolViewForm::SCreateParams::iHeight

The height of the form.

int CLUViz::Net::ToolViewForm::SCreateParams::iWidth

The width of the form.

int CLUViz::Net::ToolViewForm::SCreateParams::iX

The X position of the form.

int CLUViz::Net::ToolViewForm::SCreateParams::iY

The Y position of the form.

System::String ^ CLUViz::Net::ToolViewForm::SCreateParams::sCaption

The caption of the form.