Class StringFormatExtensions

Class StringFormatExtensions

Namespace: Aspose.Imaging.Extensions
Assembly: Aspose.Imaging.dll (25.2.0)

Contains extension methods for the Aspose.Imaging.StringFormat class.

public static class StringFormatExtensions

Inheritance

objectStringFormatExtensions

Inherited Members

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Methods

ToGdiStringFormat(StringFormat)

Converts the Aspose.Imaging.StringFormat to the System.Drawing.StringFormat.

public static StringFormat ToGdiStringFormat(StringFormat stringFormat)

Parameters

stringFormat StringFormat

The Aspose.Imaging.StringFormat to convert.

Returns

StringFormat

The converted System.Drawing.StringFormat.