ImageGear .NET v25.2 - Updated
ImageGear.Core Assembly / ImageGear.Display Namespace / IImGearLayout Interface / DeviceRect Property




In This Topic
    DeviceRect Property
    In This Topic
    Gets device rectangle attribute.
    Syntax
    'Declaration
     
    ReadOnly Property DeviceRect As IImGearRectangle
    'Usage
     
    Dim instance As IImGearLayout
    Dim value As IImGearRectangle
     
    value = instance.DeviceRect
    IImGearRectangle DeviceRect {get;}
    __property IImGearRectangle* get_DeviceRect();
    property IImGearRectangle^ DeviceRect {
       IImGearRectangle^ get();
    }

    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