Interface IResizablePixelDisplay
Represents a resizable pixel based graphics display
Assembly: Meadow.Contracts.dll
View Source
Declaration
public interface IResizablePixelDisplay : IPixelDisplay, IDisplay
Methods
Resize(int, int, float)
Rsizes the display
View Source
Declaration
void Resize(int width, int height, float displayScale = 1)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | width | The new display width |
System.Int32 | height | The new display height |
System.Single | displayScale | The new display height |