Artemis.DeviceProviders.KeyboardProvider.KeyboardRectangle C# (CSharp) Method

KeyboardRectangle() public method

public KeyboardRectangle ( int scale ) : Rect
scale int
return Rect
        public Rect KeyboardRectangle(int scale) => new Rect(new Size(Width*scale, Height*scale));