'宣言 Public Function New( _ ByVal graphics As System.Drawing.Graphics, _ ByVal link As C1CommandLink, _ ByVal bounds As System.Drawing.Rectangle, _ ByVal done As System.Boolean _ )
public DrawLinkEventArgs( System.Drawing.Graphics graphics, C1CommandLink link, System.Drawing.Rectangle bounds, System.bool done )
パラメータ
- graphics
 - 描画するグラフィックオブジェクトです。
 - link
 - 描画するコマンドリンクです。
 - bounds
 - リンクの境界四角形です。
 - done
 - ユーザーが描画を完了したかどうかを示すフラグです。