Click or drag to resize

TextureManagerAdd Method

Adds the specified texture if it is not already present.

Namespace: Altaxo.Graph
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void Add(
	ImageProxy texture
)

Parameters

texture  ImageProxy
The texture to add.
See Also