PixelSizeWithHeight Method
Returns a new
PixelSize with the same width and the specified height.
Namespace: AvaloniaAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public PixelSize WithHeight(
int height
)
Public Function WithHeight (
height As Integer
) As PixelSize
member WithHeight :
height : int -> PixelSize
- height Int32
- The height.
PixelSizeThe new
PixelSize.