======Делегат PosInsidePoly====== * **Пространство имен:** [[developers:references:topomatic.crs.utility|Topomatic.Crs.Utility]] * **Сборка:** Topomatic.Crs (в Topomatic.Crs.dll) =====Синтаксис===== delegate bool PosInsidePoly(Vector2D point, List poly, bool checkBorder) **Параметры** * //point// * Тип: [[developers:references:topomatic.cad.foundation.vector2d|Topomatic.Cad.Foundation.Vector2D]] * //poly// * Тип: [[developers:references:system.collections.generic.list_1|System.Collections.Generic.List]]<[[developers:references:topomatic.cad.foundation.vector2d|Topomatic.Cad.Foundation.Vector2D]]> * //checkBorder// * Тип: [[developers:references:system.boolean|System.Boolean]]