SKTileMapNode.GetCenterOfTile(nuint, nuint) 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.
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