ImageGear .NET - Updated
YNumerator Property (ImGearResolution)




ImageGear24.Core Assembly > ImageGear.Core Namespace > ImGearResolution Structure : YNumerator Property
Gets or sets the numerator of the Y component of the resolution.
Syntax
'Declaration
 
Public Property YNumerator As Integer
'Usage
 
Dim instance As ImGearResolution
Dim value As Integer
 
instance.YNumerator = value
 
value = instance.YNumerator
public int YNumerator {get; set;}
public: __property int get_YNumerator();
public: __property void set_YNumerator( 
   int value
);
public:
property int YNumerator {
   int get();
   void set (    int value);
}

Property Value

Any integer value.
See Also

Reference

ImGearResolution Structure
ImGearResolution Members