Share via


SKTileMapNode.GetCenterOfTile(UIntPtr, UIntPtr) Method

Definition

Retrieves the CGPoint at the center of the specified position.

[Foundation.Export("centerOfTileAtColumn:row:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual CoreGraphics.CGPoint GetCenterOfTile(UIntPtr column, UIntPtr row);
[<Foundation.Export("centerOfTileAtColumn:row:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetCenterOfTile : unativeint * unativeint -> CoreGraphics.CGPoint
override this.GetCenterOfTile : unativeint * unativeint -> CoreGraphics.CGPoint

Parameters

column
UIntPtr

unativeint

row
UIntPtr

unativeint

Returns

Attributes

Applies to