[]
Initializes a new instance of the MeasureLinkEventArgs class
public MeasureLinkEventArgs(Graphics graphics, C1CommandLink link, int width, int height)
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. |