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




In This Topic
cX Property (IImGearSize)
In This Topic
Gets or sets the X size.
Syntax
'Declaration
 
Property cX As Integer
 
'Usage
 
Dim instance As IImGearSize
Dim value As Integer
 
instance.cX = value
 
value = instance.cX

Property Value

Any integer value.
See Also