代码 Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load Dim B As New Bitmap(Me.Width, Me.Height) Using G As Graphics = Graphics.FromImage(B) G.TextRenderingHint = Drawing.Text.TextRenderingHint.AntiAliasGridFit G.Clip = New Re
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using System.Runtime.InteropServices; using ControlExs; namespace