System::Drawing::StringFormat::StringFormat constructor

StringFormat::StringFormat() constructor

Constructs a new instance of StringFormat class.

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

See Also

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)
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

See Also

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

Copy constructor.

System::Drawing::StringFormat::StringFormat(const SharedPtr<StringFormat> &format)
ParameterTypeDescription
formatconst SharedPtr<StringFormat>&A StringFormat object to copy from

See Also