PixelRect.

PixelRect(PixelPoint, PixelSize) Constructor

Summary

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

Syntax

public PixelRect(PixelPoint position, PixelSize size)

Parameters

Name Type Description
position PixelPoint The position of the rectangle.
size PixelSize The size of the rectangle.

Return Value

Type Description
void