[]
        
(Showing Draft Content)

C1.Win.C1Command.MeasureLinkEventArgs.-ctor

MeasureLinkEventArgs Constructor

Initializes a new instance of the MeasureLinkEventArgs class

Declaration
public MeasureLinkEventArgs(Graphics graphics, C1CommandLink link, int width, int height)
Parameters
Type Name Description
Graphics graphics

Specifies the Graphics object to use for measuring.

C1CommandLink link

Specifies the link that needs to be measured.

int width

Specifies the width of the link.

int height

Specifies the height of the link.