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);
        }