[C#] Graphics平移縮放旋轉

【平移】 private void btnTranslate_Click(object sender, EventArgs e) { Graphics graphics = this.CreateGraphics(); // 紅色筆 Pen pen = new Pen(Color.Red, 5);
相關文章
相關標籤/搜索