SKTileMapNode.GetCenterOfTile(nuint, nuint) Method

Definition

Retrieves the CGPoint at the center of the specified position.

[Foundation.Export("centerOfTileAtColumn:row:")]
public virtual CoreGraphics.CGPoint GetCenterOfTile (nuint column, nuint row);
abstract member GetCenterOfTile : nuint * nuint -> CoreGraphics.CGPoint
override this.GetCenterOfTile : nuint * nuint -> CoreGraphics.CGPoint

Parameters

column
System.System.UIntPtr System.unativeint
row
System.System.UIntPtr System.unativeint

Returns

Attributes

Applies to