PixelSize.

WithHeight(int) Method

Summary

Returns a new PixelSize with the same width and the specified height.
Namespace
Avalonia
Containing Type
PixelSize

Syntax

public PixelSize WithHeight(int height)

Parameters

Name Type Description
height int The height.

Return Value

Type Description
PixelSize The new PixelSize.