Paint.PlaybackToolbox.PlaybackToolbox C# (CSharp) Méthode

PlaybackToolbox() public méthode

Initializes a new instance of the Paint.PlaybackToolbox class.
public PlaybackToolbox ( ToolboxLayoutDefinition toolboxLayoutDefinition, IGraphicsDisplay graphicsDisplay, int scale ) : System
toolboxLayoutDefinition Paint.ToolboxLayout.ToolboxLayoutDefinition
graphicsDisplay IGraphicsDisplay
scale int
Résultat System
        public PlaybackToolbox(ToolboxLayoutDefinition toolboxLayoutDefinition, IGraphicsDisplay graphicsDisplay, int scale)
            : base(toolboxLayoutDefinition, graphicsDisplay, scale)
        {
            this.CreateTools(toolboxLayoutDefinition);
        }