标签: c#
我使用Graphics.DrawString在图像上书写文字是我的代码
graphicsImage.DrawString(message, new Font("arial", 15, FontStyle.Regular), new SolidBrush(StringColor), drawRect);
我使用矩形f包装文本内容。现在我想要更改颜色特定的单词。我怎样才能做到这一点 ?