ImageGear .NET - Updated
YNumerator Property (IImGearResolution)




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

Property Value

Int32 value.
See Also

Reference

IImGearResolution Interface
IImGearResolution Members