Click or drag to resize
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
C#
public Point GetTextureCoordsAt(
	Vector2 pos
)

Parameters

pos
Type: Vector2
Position to convert.

Return Value

Type: Point
Texture coords from position.
See Also