Class PlatformView
Adds additional functionality to the SKCanvasView control.
public class PlatformView : SKCanvasView, IEquatable<NSObject>, INSObjectProtocol, IUIActivityItemsConfigurationProviding, IUIPasteConfigurationSupporting, IUIResponderStandardEditActions, IUIUserActivityRestoring, INSTouchBarProvider, IEnumerable, INSCoding, IUIAccessibilityIdentification, IUIAppearance, IUIAppearanceContainer, IUICoordinateSpace, IUIDynamicItem, IUIFocusItem, IUIFocusEnvironment, IUIFocusItemContainer, IUILargeContentViewerItem, IUIPopoverPresentationControllerSourceItem, IUITraitChangeObservable, IUITraitEnvironment, ICALayerDelegate, INativeObject, IComponent, IDisposable
- Inheritance
-
NSObjectUIResponderUIViewPlatformView
- Implements
-
IEquatable<NSObject>INSObjectProtocolIUIActivityItemsConfigurationProvidingIUIPasteConfigurationSupportingIUIResponderStandardEditActionsIUIUserActivityRestoringINSTouchBarProviderINSCodingIUIAccessibilityIdentificationIUIAppearanceIUIAppearanceContainerIUICoordinateSpaceIUIDynamicItemIUIFocusItemIUIFocusEnvironmentIUIFocusItemContainerIUILargeContentViewerItemIUIPopoverPresentationControllerSourceItemIUITraitChangeObservableIUITraitEnvironmentICALayerDelegateINativeObject
Constructors
- PlatformView()
Initializes a new instance of the PlatformView class.
- PlatformView(nint)
Initializes a new instance of the PlatformView class.
Fields
- OnBecomeFirstResponder
Raised when BecomeFirstResponder() is called.
- OnDidUpdateFocus
Raised when DidUpdateFocus(UIFocusUpdateContext, UIFocusAnimationCoordinator) is called.
- OnHoverGestureRecognizer
Raised when UIKit.UIHoverGestureRecognizer state is changed.
- OnPressesBegan
Raised when PressesBegan(NSSet<UIPress>, UIPressesEvent) is called.
- OnPressesCancelled
Raised when PressesCancelled(NSSet<UIPress>, UIPressesEvent) is called.
- OnPressesChanged
Raised when PressesChanged(NSSet<UIPress>, UIPressesEvent) is called.
- OnPressesEnded
Raised when PressesEnded(NSSet<UIPress>, UIPressesEvent) is called.
- OnResignFirstResponder
Raised when ResignFirstResponder() is called.
- OnShouldUpdateFocus
Raised when ShouldUpdateFocus(UIFocusUpdateContext) is called.
Properties
Methods
- Initialize()
Common initialization method which is called from the constructors.