PixelSize.

PixelSize(int, int) Constructor

Summary

Initializes a new instance of the PixelSize structure.
Namespace
Avalonia
Containing Type
PixelSize

Syntax

public PixelSize(int width, int height)

Parameters

Name Type Description
width int The width.
height int The height.

Return Value

Type Description
void