ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearResolution Structure / YNumerator Property




In This Topic
YNumerator Property (ImGearResolution)
In This Topic
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

Property Value

Any integer value.
See Also