StringFormat()

StringFormat::StringFormat() constructor

Constructs a new instance of StringFormat class.

System::Drawing::StringFormat::StringFormat()

StringFormat::StringFormat(StringFormatFlags, int32_t) constructor

Constructs a new instance of StringFormat class with the specified format flags and language.

System::Drawing::StringFormat::StringFormat(StringFormatFlags options, int32_t language=0)

Arguments

ParameterTypeDescription
optionsStringFormatFlagsA bitwise combination of StringFormatFlags enum value that specify the string format to be represented by the object being created
languageint32_tA language of the text

StringFormat::StringFormat(const SharedPtr<StringFormat>&) constructor

Copy constructor.

System::Drawing::StringFormat::StringFormat(const SharedPtr<StringFormat> &format)

Arguments

ParameterTypeDescription
formatconst SharedPtr<StringFormat>&A StringFormat object to copy from

See Also