Initializes a new instance of the
ImGearResolution structure.
Syntax
'Declaration
Public Function New( _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As ImGearResolutionUnits _
)
'Usage
Dim numeratorX As Integer
Dim denominatorX As Integer
Dim numeratorY As Integer
Dim denominatorY As Integer
Dim units As ImGearResolutionUnits
Dim instance As New ImGearResolution(numeratorX, denominatorX, numeratorY, denominatorY, units)
public ImGearResolution(
int ,
int ,
int ,
int ,
ImGearResolutionUnits
)
public: ImGearResolution(
int ,
int ,
int ,
int ,
ImGearResolutionUnits
)
public:
ImGearResolution(
int ,
int ,
int ,
int ,
ImGearResolutionUnits
)
Parameters
- numeratorX
- Numerator of the X component of the resolution.
- denominatorX
- Denominator of the X component of the resolution.
- numeratorY
- Numerator of the Y component of the resolution.
- denominatorY
- Denominator of the Y component of the resolution.
- units
- Resolution units.
See Also