'宣言 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 )
パラメータ
- graphics
 - 測定に使用する Graphics オブジェクトを指定します。
 - link
 - 測定する必要があるリンクを指定します。
 - width
 - リンクの幅を指定します。
 - height
 - リンクの高さを指定します。