次の方法で共有


SKGraphicsExtensions.ToArgb メソッド

定義

オーバーロード

ToArgb(Color, Single)
ToArgb(Color)

ToArgb(Color, Single)

public:
[System::Runtime::CompilerServices::Extension]
 static int ToArgb(Microsoft::Maui::Graphics::Color ^ target, float alpha);
public static int ToArgb (this Microsoft.Maui.Graphics.Color target, float alpha);
static member ToArgb : Microsoft.Maui.Graphics.Color * single -> int
<Extension()>
Public Function ToArgb (target As Color, alpha As Single) As Integer

パラメーター

target
Color
alpha
Single

戻り値

適用対象

ToArgb(Color)

public:
[System::Runtime::CompilerServices::Extension]
 static int ToArgb(Microsoft::Maui::Graphics::Color ^ target);
public static int ToArgb (this Microsoft.Maui.Graphics.Color target);
static member ToArgb : Microsoft.Maui.Graphics.Color -> int
<Extension()>
Public Function ToArgb (target As Color) As Integer

パラメーター

target
Color

戻り値

適用対象