WithSize Method
WithSize(Double, Double)
Creates a Rect with the specified size.
Declaration
public readonly Rect WithSize(double width, double height)
Parameters
Type | Name | Description |
---|---|---|
System.Double | width | |
System.Double | height |
Returns
Type | Description |
---|---|
Rect |