gdi+ : How do I drawString into a polygon or a region, or in an angle

I want to draw a string on a polygon I draw on a form. the drawString is drawing the string horizontally, But I would like to draw it using the ANGLE I used to draw the polygon.

1 Reply

PS Prakash S Syncfusion Team January 18, 2003 01:27 PM UTC

You could try using a local transformation. The GDI+ transformation functions allow you to do some pretty nifty things. Check out this link on the VS.NET Combined help - ms-help://MS.VSCC/MS.MSDNVS/gdicpp/cpp_aboutgdip05 Prakash Syncfusion, Inc.

Loader.
Up arrow icon