Initializes a new instance of the ImGearLoadingSelectionEx class.
Syntax
'Declaration
Public Function New( _
ByVal As ImGearFile, _
ByVal As ImGearFormats, _
ByVal As Integer _
)
'Usage
Dim file As ImGearFile
Dim format As ImGearFormats
Dim pageIndex As Integer
Dim instance As New ImGearLoadingSelectionEx(file, format, pageIndex)
public ImGearLoadingSelectionEx(
ImGearFile ,
ImGearFormats ,
int
)
public: ImGearLoadingSelectionEx(
ImGearFile* ,
ImGearFormats ,
int
)
public:
ImGearLoadingSelectionEx(
ImGearFile^ ,
ImGearFormats ,
int
)
Parameters
- file
- File selected in an open file dialog.
- format
- Format selected in an open file dialog.
- pageIndex
- Page index selected in an open file dialog.
See Also