Click or drag to resize
DigitalRuneVertexTexture Constructor (Vector2)
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(
	Vector2 textureCoordinate
)

Parameters

textureCoordinate
Type: Vector2
The UV texture coordinate of the vertex.
See Also