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

ManagerBase() public méthode

public ManagerBase ( DrawEngine2d drawEngine2d ) : System
drawEngine2d DrawEngine2d
Résultat System
        public ManagerBase(DrawEngine2d drawEngine2d)
        {
            InitializeInternal(drawEngine2d);
            Initialize();
        }