UIFocusItem_Extensions.GetFrame(IUIFocusItem) Method

Definition

Returns the frame in the reference coordinate space of the containing IUIFocusItemContainer.

public static CoreGraphics.CGRect GetFrame (this UIKit.IUIFocusItem This);
static member GetFrame : UIKit.IUIFocusItem -> CoreGraphics.CGRect

Parameters

This
IUIFocusItem

The instance on which this method operates.

Returns

The frame in the reference coordinate space of the containing IUIFocusItemContainer.

Applies to