Skip to main content

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
TypeNameDescription
System.Int32widthThe new display width
System.Int32heightThe new display height
System.SingledisplayScaleThe new display height