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




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

Property Value

Any integer value.
See Also