Click or drag to resize

GraphicsParameterFormatter Constructor (String, IEnumerableIGraphicsParameter)

Creates a new instance using the specified parameters.

Namespace:  AGI.Foundation.Platforms
Assembly:  AGI.Foundation.Platforms.Graphics (in AGI.Foundation.Platforms.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public GraphicsParameterFormatter(
	string formatString,
	IEnumerable<IGraphicsParameter> parameters
)

Parameters

formatString
Type: SystemString
The format string.
parameters
Type: System.Collections.GenericIEnumerableIGraphicsParameter
The list of parameters to format.
See Also