SKGraphicsExtensions.ToArgb Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ToArgb(Color, Single) | |
ToArgb(Color) |
ToArgb(Color, Single)
- Source:
- SKGraphicsExtensions.cs
- Source:
- SKGraphicsExtensions.cs
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
Parameters
- target
- Color
- alpha
- Single
Returns
Applies to
ToArgb(Color)
- Source:
- SKGraphicsExtensions.cs
- Source:
- SKGraphicsExtensions.cs
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
Parameters
- target
- Color
Returns
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.