Hi Greg,
1) In Graphics.DrawText() method, rectangle Clipping is used for clipping the part of the text.I here with attach a sample for your reference.
cliprect.zip
2)If your need to align text You can use the method Graphics.DrawMutiText().I here with attach the sample which describes this feature.
textalignment.zip
Please take a look and let me know if you have any questions.
Thanks for your interest with Syncfusion products.
Best Regards,
Ajish
>And without a rectangle, the alignment properties will not work as everything will just start at the PointF location. i.e. can''t right justify, center, etc.
>
>v3.301