Tuesday, May 13, 2008

Describe the general procedure for rendering text to a drawing surface.

You must first obtain a reference to a Graphics object. Next, create an instance of a GraphicsPath object. Use the GraphicsPath.AddString method to add text to the GraphicsPath. Then, call the Graphics.DrawPath or Graphics.FillPath to render the text.

No comments: