ImageGear .NET v25.1 - Updated
ClientRectangle Property (IImGearScrollableView)




ImageGear.Core Assembly > ImageGear.Display Namespace > IImGearScrollableView Interface : ClientRectangle Property
Gets a rectangle of the client area.
Syntax
'Declaration
 
ReadOnly Property ClientRectangle As ImGearRectangle
'Usage
 
Dim instance As IImGearScrollableView
Dim value As ImGearRectangle
 
value = instance.ClientRectangle
ImGearRectangle ClientRectangle {get;}
__property ImGearRectangle get_ClientRectangle();
property ImGearRectangle ClientRectangle {
   ImGearRectangle get();
}

Property Value

ImageGear.Core.ImGearRectangle structure object.
See Also

Reference

IImGearScrollableView Interface
IImGearScrollableView Members
ImGearRectangle Structure