Windows 窗体中的自动换行 (vb.net)
如何在 Visual Basic .NET 2005 中使用 DrawString 创建自动换行效果?
How can I use DrawString to create a word wrap effect in Visual Basic .NET 2005?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
http://www.informit.com/guides/content.aspx ?g=dotnet&seqNum=286
http://www.informit.com/guides/content.aspx?g=dotnet&seqNum=286
如果您为 Graphics.DrawString 的重载提供矩形 方法,它将把文本包裹在矩形内。
If you provide a rectangle to an overload of the Graphics.DrawString method, it will wrap the text within the rectangle.