HierarchicalVirtualizationItemDesiredSizes Constructor

Definition

Initializes a new instance of the HierarchicalVirtualizationItemDesiredSizes class.

public:
 HierarchicalVirtualizationItemDesiredSizes(System::Windows::Size logicalSize, System::Windows::Size logicalSizeInViewport, System::Windows::Size logicalSizeBeforeViewport, System::Windows::Size logicalSizeAfterViewport, System::Windows::Size pixelSize, System::Windows::Size pixelSizeInViewport, System::Windows::Size pixelSizeBeforeViewport, System::Windows::Size pixelSizeAfterViewport);
public HierarchicalVirtualizationItemDesiredSizes (System.Windows.Size logicalSize, System.Windows.Size logicalSizeInViewport, System.Windows.Size logicalSizeBeforeViewport, System.Windows.Size logicalSizeAfterViewport, System.Windows.Size pixelSize, System.Windows.Size pixelSizeInViewport, System.Windows.Size pixelSizeBeforeViewport, System.Windows.Size pixelSizeAfterViewport);
new System.Windows.Controls.HierarchicalVirtualizationItemDesiredSizes : System.Windows.Size * System.Windows.Size * System.Windows.Size * System.Windows.Size * System.Windows.Size * System.Windows.Size * System.Windows.Size * System.Windows.Size -> System.Windows.Controls.HierarchicalVirtualizationItemDesiredSizes
Public Sub New (logicalSize As Size, logicalSizeInViewport As Size, logicalSizeBeforeViewport As Size, logicalSizeAfterViewport As Size, pixelSize As Size, pixelSizeInViewport As Size, pixelSizeBeforeViewport As Size, pixelSizeAfterViewport As Size)

Parameters

logicalSize
Size

The size of the control's child items, in logical units.

logicalSizeInViewport
Size

The size of the control's child items that are in the viewport, in logical units.

logicalSizeBeforeViewport
Size

The size of the control's child items that are in the cache before the viewport, in logical units.

logicalSizeAfterViewport
Size

The size of the control's child items that are in the cache after the viewport, in logical units.

pixelSize
Size

The size of the control's child items, in device-independent units (1/96th inch per unit).

pixelSizeInViewport
Size

The size of the control's child items that are in viewport, in device-independent units (1/96th inch per unit).

pixelSizeBeforeViewport
Size

The size of the control's child items that are in the cache before the viewport, in device-independent units (1/96th inch per unit).

pixelSizeAfterViewport
Size

The size of the control's child items that are in the cache after the viewport, in device-independent units (1/96th inch per unit).

Applies to