ScoobyRom.PlotIcon3D.PlotIcon3D C# (CSharp) Method

PlotIcon3D() public method

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