Click or drag to resize

ConstantGraphicsParameter<T> Constructor (T)

Initializes a new instance with the specified value.

Namespace:  AGI.Foundation.Platforms
Assembly:  AGI.Foundation.Platforms.Graphics (in AGI.Foundation.Platforms.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public ConstantGraphicsParameter(
	T value
)

Parameters

value
Type: T
The value.
See Also