SKTileMapNode.GetCenterOfTile(nuint, nuint) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Recupera o CGPoint no centro da posição especificada.
[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
Parâmetros
- column
- System.System.UIntPtr System.unativeint
- row
- System.System.UIntPtr System.unativeint
Retornos
- Atributos