2019-03-22から1日間の記事一覧

【C#】【Form】Form に関する色あれこれ

■ Color -> Brush への変換 Brush blueBrush = new SolidBrush(Color.Blue); https://docs.microsoft.com/ja-jp/dotnet/api/system.drawing.graphics.fillrectangle?view=netframework-4.7.2 ■ システムカラーを取得するには... SystemColors.ControlDark ht…