Click or drag to resize

ConstantGraphicsParameterT 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: 24.2.419.0 (24.2.419.0)
Syntax
public ConstantGraphicsParameter(
	T value
)

Parameters

value
Type: T
The value.
See Also