ColorExtensions.ToUInt(Color) 方法

定义

将颜色转换为 UInt 表示形式。

public static uint ToUInt (this System.Drawing.Color color);

参数

color
System.Drawing.Color

用作底色的颜色。

返回

System.UInt32

UInt 表示形式。

适用于