TouchToolKit for WinForms | ComponentOne
C1.Win.TouchToolKit Namespace / C1MultiScaleImage Class
Members Example

In This Topic
    C1MultiScaleImage Class
    In This Topic
    Represents a control which can display different images for different zoom factor of the control.
    Object Model
    C1MultiScaleImage Class
    Syntax
    'Declaration
     
    
    Public Class C1MultiScaleImage 
       Inherits System.Windows.Forms.PictureBox
    public class C1MultiScaleImage : System.Windows.Forms.PictureBox 
    Example

    The following code example shows how to use the C1MultiScaleImage component.

    You can copy the code to a exsit Windows Forms appliction. And set the form in the sample code as start form.

    If you find a licenses error when run this code. Try to drag a C1MultiScaleImage component to a any Form from tool box can generate the licenses information to this project.

    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             System.Windows.Forms.Control
                System.Windows.Forms.PictureBox
                   C1.Win.TouchToolKit.C1MultiScaleImage

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also