PixelRect.

PixelRect(PixelSize) Constructor

Summary

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

Syntax

public PixelRect(PixelSize size)

Parameters

Name Type Description
size PixelSize The size of the rectangle.

Return Value

Type Description
void