======Метод IGraphicsExtentions.DrawString(IGraphics, String, Font, Int32, Int32)====== * **Пространство имен:** [[developers:references:topomatic.cad.foundation|Topomatic.Cad.Foundation]] * **Сборка:** Topomatic.Cad.Foundation (в Topomatic.Cad.Foundation.dll) =====Синтаксис===== public static void DrawString(IGraphics graphics, string s, Font font, int x, int y) **Параметры** * //graphics// * Тип: [[developers:references:topomatic.cad.foundation.igraphics|Topomatic.Cad.Foundation.IGraphics]] * //s// * Тип: [[developers:references:system.string|System.String]] * //font// * Тип: [[developers:references:system.drawing.font|System.Drawing.Font]] * //x// * Тип: [[developers:references:system.int32|System.Int32]] * //y// * Тип: [[developers:references:system.int32|System.Int32]]