GradientPaint.BlendStartAndEndColors Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
BlendStartAndEndColors() | |
BlendStartAndEndColors(Color, Color, Single) |
BlendStartAndEndColors()
public:
Microsoft::Maui::Graphics::Color ^ BlendStartAndEndColors();
public Microsoft.Maui.Graphics.Color BlendStartAndEndColors ();
member this.BlendStartAndEndColors : unit -> Microsoft.Maui.Graphics.Color
Public Function BlendStartAndEndColors () As Color
Retours
S’applique à
BlendStartAndEndColors(Color, Color, Single)
public:
Microsoft::Maui::Graphics::Color ^ BlendStartAndEndColors(Microsoft::Maui::Graphics::Color ^ startColor, Microsoft::Maui::Graphics::Color ^ endColor, float factor);
public Microsoft.Maui.Graphics.Color BlendStartAndEndColors (Microsoft.Maui.Graphics.Color startColor, Microsoft.Maui.Graphics.Color endColor, float factor);
member this.BlendStartAndEndColors : Microsoft.Maui.Graphics.Color * Microsoft.Maui.Graphics.Color * single -> Microsoft.Maui.Graphics.Color
Public Function BlendStartAndEndColors (startColor As Color, endColor As Color, factor As Single) As Color
Paramètres
- startColor
- Color
- endColor
- Color
- factor
- Single