ImageGear .NET v25.2 - Updated
ImageGear.Core Assembly / ImageGear.Display Namespace / ImGearZoomInfo Structure
Members




In This Topic
    ImGearZoomInfo Structure
    In This Topic
    Represents complete image zoom information.
    Object Model
    ImGearZoomInfo Structure
    Syntax
    'Declaration
     
    <TypeConverterAttribute(ImageGear.Display.ImGearZoomInfoConverter)>
    Public Structure ImGearZoomInfo 
       Inherits System.ValueType
       Implements IImGearDisplayObject 
    'Usage
     
    Dim instance As ImGearZoomInfo
    [TypeConverter(ImageGear.Display.ImGearZoomInfoConverter)]
    public struct ImGearZoomInfo : System.ValueType, IImGearDisplayObject  
    [TypeConverter(ImageGear.Display.ImGearZoomInfoConverter)]
    public __value struct ImGearZoomInfo : public System.ValueType, IImGearDisplayObject  
    [TypeConverter(ImageGear.Display.ImGearZoomInfoConverter)]
    public value class ImGearZoomInfo : public System.ValueType, IImGearDisplayObject  
    Inheritance Hierarchy

    System.Object
       System.ValueType
          ImageGear.Display.ImGearZoomInfo

    See Also