ScoobyRom.PlotIcon2D.PlotIcon2D C# (CSharp) Method

PlotIcon2D() public method

public PlotIcon2D ( int width, int height ) : Florence
width int
height int
return Florence
        public PlotIcon2D(int width, int height)
            : base(width, height)
        {
        }