======Конструктор PrintDeviceContext(Vector2D, Single, Double, Double, Double, Double, Single, Single, Graphics)====== * **Пространство имен:** [[developers:references:topomatic.cad.view.printing|Topomatic.Cad.View.Printing]] * **Сборка:** Topomatic.Cad.View (в Topomatic.Cad.View.dll) =====Синтаксис===== public PrintDeviceContext(Vector2D center, float hx, double hy, double scale, double rotation, double ratio, float height, float width, Graphics graphics) **Параметры** * //center// * Тип: [[developers:references:topomatic.cad.foundation.vector2d|Topomatic.Cad.Foundation.Vector2D]] * //hx// * Тип: [[developers:references:system.single|System.Single]] * //hy// * Тип: [[developers:references:system.double|System.Double]] * //scale// * Тип: [[developers:references:system.double|System.Double]] * //rotation// * Тип: [[developers:references:system.double|System.Double]] * //ratio// * Тип: [[developers:references:system.double|System.Double]] * //height// * Тип: [[developers:references:system.single|System.Single]] * //width// * Тип: [[developers:references:system.single|System.Single]] * //graphics// * Тип: [[developers:references:system.drawing.graphics|System.Drawing.Graphics]]