Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在将文本绘制到图形对象宽度 GDI+ 上。是否可以在此文本上叠加图案或纹理?我希望创建类似于 Photoshop 图案叠加的效果。
您可以定义自己的画笔来填充文本。要获得“覆盖图案”的效果,只需使用您想要的图案定义画笔。线性渐变填充的示例如下:
http://msdn.microsoft.com/en-us/library/aa984365(v=vs.71).aspx