UIFocusItem_Extensions.GetFrame(IUIFocusItem) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.