Skip to content

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

NameTypeDescription
xdoubleThe x.
ydoubleThe y.
widthdoubleThe width.
heightdoubleThe height.

Returns: Rect -- A rect.