PixelRect.

PixelRect(PixelPoint, PixelPoint) Constructor

Summary

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

Syntax

public PixelRect(PixelPoint topLeft, PixelPoint bottomRight)

Parameters

Name Type Description
topLeft PixelPoint The top left position of the rectangle.
bottomRight PixelPoint The bottom right position of the rectangle.

Return Value

Type Description
void