Click or drag to resize
DigitalRuneCloudMapLayerTextureMatrix Property
Gets or sets the matrix used to transform the texture coordinates.

Namespace: DigitalRune.Graphics
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public Matrix33F TextureMatrix { get; set; }

Property Value

Type: Matrix33F
The matrix used to transform the texture coordinates. The default value is Identity.
See Also