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




In This Topic
    IImGearBackground Interface
    In This Topic
    Provides access to display background attributes.
    Object Model
    IImGearBackground InterfaceIImGearRGBQuad Interface
    Syntax
    'Declaration
     
    Public Interface IImGearBackground 
       Inherits IImGearDisplayObject 
    'Usage
     
    Dim instance As IImGearBackground
    public interface IImGearBackground : IImGearDisplayObject  
    public __gc __interface IImGearBackground : public IImGearDisplayObject  
    public interface class IImGearBackground : public IImGearDisplayObject  
    Remarks
    There are no objects implementing this interface. It is accessed via ImGearPageDisplay.Background property of ImGearPageDisplay class.
    See Also