YDenominator Property (ImGearResolution)
In This Topic
Gets or sets the denominator of the Y component of the resolution.
Syntax
'Declaration
Public Property YDenominator As Integer
'Usage
Dim instance As ImGearResolution
Dim value As Integer
instance.YDenominator = value
value = instance.YDenominator
public int YDenominator {get; set;}
public: __property int get_YDenominator();
public: __property void set_YDenominator(
int value
);
public:
property int YDenominator {
int get();
void set ( int value);
}
Property Value
Any integer value.
See Also