Paint.PlaybackToolbox.PlaybackToolbox C# (CSharp) Method

PlaybackToolbox() public method

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
return System
        public PlaybackToolbox(ToolboxLayoutDefinition toolboxLayoutDefinition, IGraphicsDisplay graphicsDisplay, int scale)
            : base(toolboxLayoutDefinition, graphicsDisplay, scale)
        {
            this.CreateTools(toolboxLayoutDefinition);
        }