PixelRect.

PixelRect(int, int, int, int) Constructor

Summary

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

Syntax

public PixelRect(int x, int y, int width, int height)

Parameters

Name Type Description
x int The X position.
y int The Y position.
width int The width.
height int The height.

Return Value

Type Description
void