======Конструктор GridPanelProfileMouseEventArgs(Alignment, CadView, Rectangle, Int32, Int32, MouseButtons, Boolean, Transition, Int32, Int32)====== * **Пространство имен:** [[developers:references:topomatic.alg.runtime.gridpanel|Topomatic.Alg.Runtime.GridPanel]] * **Сборка:** Topomatic.Alg.Runtime (в Topomatic.Alg.Runtime.dll) =====Синтаксис===== public GridPanelProfileMouseEventArgs(Alignment alignment, CadView cadView, Rectangle clientBounds, int x, int y, MouseButtons button, bool ctrlPressed, Transition transition, int startSection, int endSection) **Параметры** * //alignment// * Тип: [[developers:references:topomatic.alg.alignment|Topomatic.Alg.Alignment]] * //cadView// * Тип: [[developers:references:topomatic.cad.view.cadview|Topomatic.Cad.View.CadView]] * //clientBounds// * Тип: System.Drawing.Rectangle * //x// * Тип: System.Int32 * //y// * Тип: System.Int32 * //button// * Тип: System.Windows.Forms.MouseButtons * //ctrlPressed// * Тип: System.Boolean * //transition// * Тип: [[developers:references:topomatic.alg.prf.transition|Topomatic.Alg.Prf.Transition]] * //startSection// * Тип: System.Int32 * //endSection// * Тип: System.Int32