ImageGetTextureCoordsAt Method |
Convert a given position to texture coords of this image.
Namespace:
GeonBit.UI.Entities
Assembly:
GeonBit.UI (in GeonBit.UI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Point GetTextureCoordsAt(
Vector2 pos
)
Parameters
- pos
- Type: Vector2
Position to convert.
Return Value
Type:
PointTexture coords from position.
See Also