Rectangle BuildUVRectangle Method Delta Engine Documentation
Build UV rectangle for a given uv pixel rect and imagePixelSize. Used for FontData. View code on GitHub

Namespace: DeltaEngine.Datatypes
Assembly: DeltaEngine (in DeltaEngine.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public static Rectangle BuildUVRectangle(
	Rectangle uvInPixels,
	Size imagePixelSize
)

Return Value

Type: Rectangle
See Also