SKTileMapNode.GetCenterOfTile(UIntPtr, UIntPtr) 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:")]
[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