PowerArgs.Cli.ConsoleBitmap.ConsoleBitmap C# (CSharp) 메소드

ConsoleBitmap() 공개 메소드

public ConsoleBitmap ( int x, int y, int w, int h, ConsoleCharacter bg = null ) : System
x int
y int
w int
h int
bg ConsoleCharacter
리턴 System
        public ConsoleBitmap(int x, int y, int w, int h, ConsoleCharacter? bg = null)
            : this(new Rectangle(x,y,w,h), bg)
        {
        }

Same methods

ConsoleBitmap::ConsoleBitmap ( Rectangle bounds, ConsoleCharacter bg = null ) : System