GraphicsParameterFormatter Constructor (String, IEnumerable<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)
Syntaxpublic GraphicsParameterFormatter(
string formatString,
IEnumerable<IGraphicsParameter> parameters
)
Public Sub New (
formatString As String,
parameters As IEnumerable(Of IGraphicsParameter)
)
public:
GraphicsParameterFormatter(
String^ formatString,
IEnumerable<IGraphicsParameter^>^ parameters
)
new :
formatString : string *
parameters : IEnumerable<IGraphicsParameter> -> GraphicsParameterFormatter
Parameters
- formatString
- Type: System.String
The format string. - parameters
- Type: System.Collections.Generic.IEnumerable<IGraphicsParameter>
The list of parameters to format.
See Also