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




In This Topic
cY Property (ImGearSize)
In This Topic
Gets or sets the rectangle's height.
Syntax
'Declaration
 
Public Property cY As Integer
 
'Usage
 
Dim instance As ImGearSize
Dim value As Integer
 
instance.cY = value
 
value = instance.cY

Property Value

Any integer value.
See Also