'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.