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