Question:What are the steps for adding text to an image? - VB.NET 

A Create a Graphics object and a string object. Then call string.Draw. 

B Create a Graphics object, a Font object, and a Brush object. Then call Graphics.DrawString. 

C Create a Graphics object, a Font object, and a Pen object. Then call Graphics.DrawString. 

D Create a Bitmap object, a Font object, and a Brush object. Then call Bitmap.DrawString. 

+ Answer
+ Report
Total Preview: 1555

Copyright © 2024. Powered by Intellect Software Ltd