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: 24.2.419.0 (24.2.419.0)
Syntax public GraphicsParameterFormatter(
string formatString,
params IGraphicsParameter[] parameters
)
Public Sub New (
formatString As String,
ParamArray parameters As IGraphicsParameter()
)
public:
GraphicsParameterFormatter(
String^ formatString,
... array<IGraphicsParameter^>^ parameters
)
new :
formatString : string *
parameters : IGraphicsParameter[] -> GraphicsParameterFormatter
Parameters
- formatString
- Type: SystemString
The format string. - parameters
- Type: AGI.Foundation.Platforms.AdvancedIGraphicsParameter
One or more parameters to format.
See Also