Szerkesztés

Megosztás a következőn keresztül:


SKScene.ConvertPointFromView(CGPoint) Method

Definition

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

Applies to