PsmFramework.Engines.DrawEngine2d.DrawEngine2d.DrawEngine2d C# (CSharp) Method

DrawEngine2d() private method

private DrawEngine2d ( GraphicsContext graphicsContext, CoordinateSystemMode coordinateSystemMode = CoordinateSystemMode.OriginAtUpperLeft ) : System
graphicsContext GraphicsContext
coordinateSystemMode CoordinateSystemMode
return System
        internal DrawEngine2d(GraphicsContext graphicsContext, CoordinateSystemMode coordinateSystemMode = CoordinateSystemMode.OriginAtUpperLeft)
        {
            if (graphicsContext == null)
                throw new ArgumentNullException();

            Initialize(graphicsContext, coordinateSystemMode);
        }