2020-01-22から1日間の記事一覧

C# 毎フレーム描画を更新する

C#

この方法だと60FPSで描画更新される。 using System; using System.Collections.Generic; using System.Windows; using System.Windows.Controls; using System.Windows.Media; public partial class Form1 : Form { Form1() { InitializeComponent(); //更…