Click or drag to resize

GraphicsParameterFormatter Constructor (String,IGraphicsParameter[])

Creates a new instance using the specified parameters.

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 GraphicsParameterFormatter(
	string formatString,
	params IGraphicsParameter[] parameters
)

Parameters

formatString
Type: System.String
The format string.
parameters
Type:AGI.Foundation.Platforms.Advanced.IGraphicsParameter[]
One or more parameters to format.
See Also