| VertexTexture Constructor (Single, Single) |
Namespace: DigitalRune.GraphicsAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public 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 -> VertexTexture
Parameters
- u
- Type: SystemSingle
The u texture coordinate. - v
- Type: SystemSingle
The v texture coordinate.
See Also