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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.