PixelRectWithWidth Method
Returns a new
PixelRect with the specified width.
Namespace: AvaloniaAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public PixelRect WithWidth(
int width
)
Public Function WithWidth (
width As Integer
) As PixelRect
member WithWidth :
width : int -> PixelRect
- width Int32
- The width.
PixelRectThe new
PixelRect.