public partial class Form1 : Form
{
Bitmap topLeft;
public Form1()
{
InitializeComponent();
topLeft = new Bitmap(@"I:\新建文件夹\1.bmp");
}
public void Pa(Graphics g)
{
g.DrawImage(topLeft, 90, 0, topLeft.Width, topLeft.Height);
}
protected override void OnPaint(PaintEventArgs e)
{
}
繁星coding
幕布斯7119047
噜噜哒
当年话下
随时随地看视频慕课网APP
相关分类