FlowLayout.GetExtent Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
/// [Windows.Foundation.Metadata.Experimental]
Rect GetExtent(Size const& availableSize, VirtualizingLayoutContext const& context, UIElement const& firstRealized, int const& firstRealizedItemIndex, Rect const& firstRealizedLayoutBounds, UIElement const& lastRealized, int const& lastRealizedItemIndex, Rect const& lastRealizedLayoutBounds);
[Windows.Foundation.Metadata.Experimental]
protected virtual Rect GetExtent(Size availableSize, VirtualizingLayoutContext context, UIElement firstRealized, int firstRealizedItemIndex, Rect firstRealizedLayoutBounds, UIElement lastRealized, int lastRealizedItemIndex, Rect lastRealizedLayoutBounds);
Protected Overridable Function GetExtent (availableSize As Size, context As VirtualizingLayoutContext, firstRealized As UIElement, firstRealizedItemIndex As Integer, firstRealizedLayoutBounds As Rect, lastRealized As UIElement, lastRealizedItemIndex As Integer, lastRealizedLayoutBounds As Rect) As Rect
Parametri
- availableSize
- Size
- context
- VirtualizingLayoutContext
- firstRealized
- UIElement
- firstRealizedItemIndex
-
Int32
int
- firstRealizedLayoutBounds
- Rect
- lastRealized
- UIElement
- lastRealizedItemIndex
-
Int32
int
- lastRealizedLayoutBounds
- Rect
Restituisce
- Attributi