Click or drag to resize
DigitalRuneVertexTexture Constructor (Single, Single)
Initializes a new instance of the VertexTexture struct.

Namespace: DigitalRune.Graphics
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public VertexTexture(
	float u,
	float v
)

Parameters

u
Type: SystemSingle
The u texture coordinate.
v
Type: SystemSingle
The v texture coordinate.
See Also