ImageGear .NET - Updated December 24, 2018
ImageRect Property




ImageGear24.Core Assembly > ImageGear.Display Namespace > IImGearLayout Interface : ImageRect Property
Gets image rectangle attribute.
Syntax
'Declaration
 
ReadOnly Property ImageRect As IImGearRectangle
 
'Usage
 
Dim instance As IImGearLayout
Dim value As IImGearRectangle
 
value = instance.ImageRect

Property Value

ImageGear.Core.ImGearRectangle object interface.
Remarks
Value returned is a reference to ImGearRectangle internal object. See Displaying Images section for more information.
See Also

Reference

IImGearLayout Interface
IImGearLayout Members
ImGearRectangle Structure