Share via


Color.FromUint(UInt32) 方法

定义

public:
 static Microsoft::Maui::Graphics::Color ^ FromUint(System::UInt32 argb);
public static Microsoft.Maui.Graphics.Color FromUint (uint argb);
static member FromUint : uint32 -> Microsoft.Maui.Graphics.Color
Public Shared Function FromUint (argb As UInteger) As Color

参数

argb
UInt32

返回

适用于