PsmFramework.Engines.DrawEngine2d.DrawEngine2d.DrawEngine2d C# (CSharp) Метод

DrawEngine2d() приватный Метод

private DrawEngine2d ( GraphicsContext graphicsContext, CoordinateSystemMode coordinateSystemMode = CoordinateSystemMode.OriginAtUpperLeft ) : System
graphicsContext GraphicsContext
coordinateSystemMode CoordinateSystemMode
Результат System
        internal DrawEngine2d(GraphicsContext graphicsContext, CoordinateSystemMode coordinateSystemMode = CoordinateSystemMode.OriginAtUpperLeft)
        {
            if (graphicsContext == null)
                throw new ArgumentNullException();

            Initialize(graphicsContext, coordinateSystemMode);
        }