RESOLUTIONINFO Struct Reference

RESOLUTIONINFO Struct Reference

#include <LibPSD.h>

Class Description

Definition at line 128 of file LibPSD.h.

Public Member Functions

 RESOLUTIONINFO ()
 

Public Attributes

unsigned int hRes
 
unsigned short hResUnit
 
unsigned short WidthUnit
 
unsigned int vRes
 
unsigned short vResUnit
 
unsigned short HeightUnit
 

Constructor & Destructor Documentation

RESOLUTIONINFO ( )
inline

Definition at line 135 of file LibPSD.h.

135 : hRes(0), hResUnit(0), WidthUnit(0), vRes(0), vResUnit(0), HeightUnit(0) {}
unsigned short hResUnit
Definition: LibPSD.h:130
unsigned short vResUnit
Definition: LibPSD.h:133
unsigned short WidthUnit
Definition: LibPSD.h:131
unsigned short HeightUnit
Definition: LibPSD.h:134

Member Data Documentation

unsigned int hRes

Definition at line 129 of file LibPSD.h.

unsigned short hResUnit

Definition at line 130 of file LibPSD.h.

unsigned short WidthUnit

Definition at line 131 of file LibPSD.h.

unsigned int vRes

Definition at line 132 of file LibPSD.h.

unsigned short vResUnit

Definition at line 133 of file LibPSD.h.

unsigned short HeightUnit

Definition at line 134 of file LibPSD.h.


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