PsmFramework.Engines.DrawEngine2d.DrawEngine2d.DrawEngine2d C# (CSharp) Méthode

DrawEngine2d() private méthode

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

            Initialize(graphicsContext, coordinateSystemMode);
        }