PaintGradientStop Constructeurs
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
PaintGradientStop(PaintGradientStop) | |
PaintGradientStop(Single, Color) |
PaintGradientStop(PaintGradientStop)
public:
PaintGradientStop(Microsoft::Maui::Graphics::PaintGradientStop ^ source);
public PaintGradientStop (Microsoft.Maui.Graphics.PaintGradientStop source);
new Microsoft.Maui.Graphics.PaintGradientStop : Microsoft.Maui.Graphics.PaintGradientStop -> Microsoft.Maui.Graphics.PaintGradientStop
Public Sub New (source As PaintGradientStop)
Paramètres
- source
- PaintGradientStop
S’applique à
PaintGradientStop(Single, Color)
public:
PaintGradientStop(float offset, Microsoft::Maui::Graphics::Color ^ color);
public PaintGradientStop (float offset, Microsoft.Maui.Graphics.Color color);
new Microsoft.Maui.Graphics.PaintGradientStop : single * Microsoft.Maui.Graphics.Color -> Microsoft.Maui.Graphics.PaintGradientStop
Public Sub New (offset As Single, color As Color)
Paramètres
- offset
- Single
- color
- Color