ImageGear .NET v25.2 - Updated
ImageGear.Core Assembly / ImageGear.Display Namespace / IImGearScrollableView Interface
Members




In This Topic
    IImGearScrollableView Interface
    In This Topic
    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
    public interface IImGearScrollableView 
    public __gc __interface IImGearScrollableView 
    public interface class 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