======Метод NativeMethods.DrawReversibleLine(Int32, Int32, Int32, Int32, Int32, Graphics, Color)====== * **Пространство имен:** [[developers:references:topomatic.controls|Topomatic.Controls]] * **Сборка:** Topomatic.Controls (в Topomatic.Controls.dll) =====Синтаксис===== public static void DrawReversibleLine(int x1, int y1, int x2, int y2, int width, Graphics g, Color BackColor) **Параметры** * //x1// * Тип: [[developers:references:system.int32|System.Int32]] * //y1// * Тип: [[developers:references:system.int32|System.Int32]] * //x2// * Тип: [[developers:references:system.int32|System.Int32]] * //y2// * Тип: [[developers:references:system.int32|System.Int32]] * //width// * Тип: [[developers:references:system.int32|System.Int32]] * //g// * Тип: [[developers:references:system.drawing.graphics|System.Drawing.Graphics]] * //BackColor// * Тип: [[developers:references:system.drawing.color|System.Drawing.Color]]