PUCLIB 1.4.0.0
PHOTRON USB Control Library
Data Fields
PUC_RESO_LIMIT_INFO Struct Reference

Structure for storing resolution limit values. More...

#include <PUCLIB.h>

Data Fields

UINT32 nMaxWidth
 Maximum horizontal resolution. More...
 
UINT32 nMaxHeight
 Maximum vertical resolution. More...
 
UINT32 nMinWidth
 Minimum horizontal resolution. More...
 
UINT32 nMinHeight
 Minimum vertical resolution. More...
 
UINT32 nUnitWidth
 Minimum unit for altering the horizontal resolution. More...
 
UINT32 nUnitHeight
 Minimum unit for altering the vertical resolution. More...
 

Detailed Description

Structure for storing resolution limit values.

Definition at line 235 of file PUCLIB.h.

Field Documentation

◆ nMaxHeight

UINT32 nMaxHeight

Maximum vertical resolution.

Definition at line 242 of file PUCLIB.h.

◆ nMaxWidth

UINT32 nMaxWidth

Maximum horizontal resolution.

Definition at line 239 of file PUCLIB.h.

◆ nMinHeight

UINT32 nMinHeight

Minimum vertical resolution.

Definition at line 248 of file PUCLIB.h.

◆ nMinWidth

UINT32 nMinWidth

Minimum horizontal resolution.

Definition at line 245 of file PUCLIB.h.

◆ nUnitHeight

UINT32 nUnitHeight

Minimum unit for altering the vertical resolution.

Definition at line 254 of file PUCLIB.h.

◆ nUnitWidth

UINT32 nUnitWidth

Minimum unit for altering the horizontal resolution.

Definition at line 251 of file PUCLIB.h.