SurfaceGraphicsTextureMatrix Property |
Gets or sets a parameter defining the TextureMatrix of the surface over time.
Namespace:
AGI.Foundation.Platforms
Assembly:
AGI.Foundation.Platforms.Graphics (in AGI.Foundation.Platforms.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public GraphicsParameter<TextureMatrix> TextureMatrix { get; set; }
Public Property TextureMatrix As GraphicsParameter(Of TextureMatrix)
Get
Set
public:
property GraphicsParameter<TextureMatrix^>^ TextureMatrix {
GraphicsParameter<TextureMatrix^>^ get ();
void set (GraphicsParameter<TextureMatrix^>^ value);
}
member TextureMatrix : GraphicsParameter<TextureMatrix> with get, set
Property Value
Type:
GraphicsParameterTextureMatrixSee Also