ImageGear .NET v24.14 - Updated September 15, 2020
IImGearScrollableView Interface
Members 




ImageGear24.Core Assembly > ImageGear.Display Namespace : IImGearScrollableView Interface
Obtains all information required by IG display code and modifies some attributes of underlying window (scrollbars state).
Object Model
IImGearScrollableView InterfaceImGearRectangle StructureImGearSize Structure
Syntax
'Declaration
 
Public Interface IImGearScrollableView 
 
'Usage
 
Dim instance As IImGearScrollableView
Remarks
This interface is designed to separate IG display API from .NET windows and forms. Any object implementing this interface can be used. A null value can also be specified. In this case all required information will be obtained from Graphics object. In all display API calls IImGearScrollableView parameter is accompanied with Graphics object. To draw on a printer, null value should be passed to IImGearScrollableView parameter.
See Also

Reference

IImGearScrollableView Members
ImageGear.Display Namespace