ImageGear .NET - Updated November 28, 2017
DeviceRect Property




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

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