ComponentOne Menus and Toolbars for WinForms
C1.Win.C1Command.4.5.2 Assembly / C1.Win.C1Command Namespace / MeasureLinkEventArgs Class / MeasureLinkEventArgs Constructor
Specifies the Graphics object to use for measuring.
Specifies the link that needs to be measured.
Specifies the width of the link.
Specifies the height of the link.

In This Topic
    MeasureLinkEventArgs Constructor
    In This Topic
    Initializes a new instance of the MeasureLinkEventArgs class
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal graphics As System.Drawing.Graphics, _
       ByVal link As C1CommandLink, _
       ByVal width As System.Integer, _
       ByVal height As System.Integer _
    )
    public MeasureLinkEventArgs( 
       System.Drawing.Graphics graphics,
       C1CommandLink link,
       System.int width,
       System.int height
    )

    Parameters

    graphics
    Specifies the Graphics object to use for measuring.
    link
    Specifies the link that needs to be measured.
    width
    Specifies the width of the link.
    height
    Specifies the height of the link.
    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