RectWithWidth Method
Returns a new
Rect with the specified width.
Namespace: AvaloniaAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public Rect WithWidth(
double width
)
Public Function WithWidth (
width As Double
) As Rect
member WithWidth :
width : float -> Rect
- width Double
- The width.
RectThe new
Rect.