FlowLayout.GetExtent Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
/// [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
Parâmetros
- availableSize
- Size
- context
- VirtualizingLayoutContext
- firstRealized
- UIElement
- firstRealizedItemIndex
-
Int32
int
- firstRealizedLayoutBounds
- Rect
- lastRealized
- UIElement
- lastRealizedItemIndex
-
Int32
int
- lastRealizedLayoutBounds
- Rect
Retornos
- Atributos