|  | VertexTexture Constructor (Single, Single) | 
 
Namespace: DigitalRune.GraphicsAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
 Syntax
Syntaxpublic VertexTexture(
	float u,
	float v
)
Public Sub New ( 
	u As Single,
	v As Single
)
public:
VertexTexture(
	float u, 
	float v
)
new : 
        u : float32 * 
        v : float32 -> VertexTextureParameters
- u
- Type: SystemSingle
 The u texture coordinate.
- v
- Type: SystemSingle
 The v texture coordinate.
 See Also
See Also