VirtualizingWrapPanel.CreateRect(double, double, double, double) method¶
Defined in
Type: VirtualizingWrapPanel
Namespace: CrissCross.WPF.UI.Controls
Assembly: CrissCross.WPF.UI.dll
Applies to
net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481
protected Rect CreateRect(double x, double y, double width, double height)
Summary: Defines panel coordinates and size.
Parameters
| Name | Type | Description |
|---|---|---|
x | double | The x. |
y | double | The y. |
width | double | The width. |
height | double | The height. |
Returns: Rect -- A rect.