Class UIKit.UIView
- Namespace
- Xui.Runtime.IOS
- Assembly
- Xui.Runtime.IOS.dll
public class UIKit.UIView : UIKit.UIResponder, IDisposable
- Inheritance
-
UIKit.UIView
- Implements
-
- Derived
-
- Inherited Members
-
Constructors
UIView()
UIView(nint)
Parameters
id nint
Fields
Class
public static readonly ObjC.Class Class
Field Value
- ObjC.Class
FrameSel
public static readonly ObjC.Sel FrameSel
Field Value
- ObjC.Sel
SafeAreaInsetsSel
public static readonly ObjC.Sel SafeAreaInsetsSel
Field Value
- ObjC.Sel
SetFrameSel
public static readonly ObjC.Sel SetFrameSel
Field Value
- ObjC.Sel
SetNeedsDisplaySel
public static readonly ObjC.Sel SetNeedsDisplaySel
Field Value
- ObjC.Sel
Properties
Frame
public CoreGraphics.CGRect Frame { get; set; }
Property Value
- CoreGraphics.CGRect
SafeAreaInsets
public UIKit.UIEdgeInsets SafeAreaInsets { get; }
Property Value
- UIKit.UIEdgeInsets
Methods
SetNeedsDisplay()
public void SetNeedsDisplay()
objc_msgSend(nint, nint, CGRect)
public static extern CoreGraphics.CGRect objc_msgSend(nint obj, nint sel, CoreGraphics.CGRect rect)
Parameters
obj nint
sel nint
rect CoreGraphics.CGRect
Returns
- CoreGraphics.CGRect
objc_msgSend_retCGRect(nint, nint)
public static extern CoreGraphics.CGRect objc_msgSend_retCGRect(nint obj, nint sel)
Parameters
obj nint
sel nint
Returns
- CoreGraphics.CGRect
objc_msgSend_retUIEdgeInsets(nint, nint)
public static extern UIKit.UIEdgeInsets objc_msgSend_retUIEdgeInsets(nint obj, nint sel)
Parameters
obj nint
sel nint
Returns
- UIKit.UIEdgeInsets