======Метод IGraphicsExtentions.DrawImage(IGraphics, Image, Single, Single, Single, Single)====== * **Пространство имен:** [[developers:references:topomatic.cad.foundation|Topomatic.Cad.Foundation]] * **Сборка:** Topomatic.Cad.Foundation (в Topomatic.Cad.Foundation.dll) =====Синтаксис===== public static void DrawImage(IGraphics graphics, Image image, float x, float y, float width, float height) **Параметры** * //graphics// * Тип: [[developers:references:topomatic.cad.foundation.igraphics|Topomatic.Cad.Foundation.IGraphics]] * //image// * Тип: [[developers:references:system.drawing.image|System.Drawing.Image]] * //x// * Тип: [[developers:references:system.single|System.Single]] * //y// * Тип: [[developers:references:system.single|System.Single]] * //width// * Тип: [[developers:references:system.single|System.Single]] * //height// * Тип: [[developers:references:system.single|System.Single]]