SKScene.ConvertPointFromView(CGPoint) 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.
Converts point
from the view's coordinate system to the scene's coordinate system.
[Foundation.Export("convertPointFromView:")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual CoreGraphics.CGPoint ConvertPointFromView (CoreGraphics.CGPoint point);
abstract member ConvertPointFromView : CoreGraphics.CGPoint -> CoreGraphics.CGPoint
override this.ConvertPointFromView : CoreGraphics.CGPoint -> CoreGraphics.CGPoint
Parameters
- point
- CGPoint
Returns
- Attributes