Docking Tab for WinForms | ComponentOne
C1.Win.Command 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 Graphics, _
       ByVal link As C1CommandLink, _
       ByVal width As Integer, _
       ByVal height As Integer _
    )
    public MeasureLinkEventArgs( 
       Graphics graphics,
       C1CommandLink link,
       int width,
       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.
    See Also