オーバーロード | 解説 |
---|---|
DrawString(String,Font,Brush,Point,StringFormat) | Draws the specified text string at the specified location with the specified Brush and Font objects using the formatting attributes of the specified StringFormat object. |
DrawString(String,Font,Brush,Rectangle,StringFormat) | Draws the specified text string in the specified rectangle with the specified Brush and Font objects using the formatting attributes of the specified StringFormat object. |