MobileForms Toolkit Documentation

GraphicsEx.DrawAlignedString Method

Draws the specified text string in the specified rectangle with the specified Brush and Font objects using the formatting attributes of the specified DrawStringOptions.

Overload List

Draws the specified text string in the specified rectangle with the specified Brush and Font objects using the formatting attributes of the specified DrawStringOptions.

public static bool DrawAlignedString(Graphics,string,Font,Brush,Rectangle,Alignment,DrawStringOptions);

Draws the specified text string in the specified rectangle with the specified Brush and Font objects using the formatting attributes of the specified DrawStringOptions.

public static bool DrawAlignedString(Graphics,string,Font,Brush,Rectangle,Alignment,DrawStringOptions,out Rectangle);

Draws the specified text string in the specified rectangle with the specified Brush and Font objects using the formatting attributes of the specified DrawStringOptions.

public static bool DrawAlignedString(Graphics,string,string,CompareOptions,Font,Brush,Brush,Brush,Rectangle,Alignment,DrawStringOptions,out Rectangle,DrawTextLine);

Draws the specified text string in the specified rectangle with the specified Brush and Font objects using the formatting attributes of the specified DrawStringOptions.

public static bool DrawAlignedString(Graphics,string,string,CompareOptions,Font,Brush,Brush,Brush,Rectangle,Alignment,DrawStringOptions,SizeF,out Rectangle,DrawTextLine);

See Also

GraphicsEx Class | Resco.Drawing Namespace