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




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

Property Value

Int32 value.
See Also