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




In This Topic
XNumerator Property (ImGearResolution)
In This Topic
Gets or sets the numerator of the X component of the resolution.
Syntax
'Declaration
 
Public Property XNumerator As Integer
 
'Usage
 
Dim instance As ImGearResolution
Dim value As Integer
 
instance.XNumerator = value
 
value = instance.XNumerator

Property Value

Any integer value.
See Also