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
)
Public Sub New (
value As T
)
public:
ConstantGraphicsParameter(
T value
)
new :
value : 'T -> ConstantGraphicsParameter
Parameters
- value
- Type: T
The value.
See Also