ComponentOne Menus and Toolbars for WinForms
MeasureLinkEventArgs Constructor

C1.Win.C1Command.4 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.
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.
See Also

Reference

MeasureLinkEventArgs Class
MeasureLinkEventArgs Members