PaintGradientStop Constructors
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
PaintGradientStop(PaintGradientStop) | |
PaintGradientStop(Single, Color) |
PaintGradientStop(PaintGradientStop)
- Source:
- PaintGradientStop.cs
- Source:
- PaintGradientStop.cs
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)
Parameters
- source
- PaintGradientStop
Applies to
PaintGradientStop(Single, Color)
- Source:
- PaintGradientStop.cs
- Source:
- PaintGradientStop.cs
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)
Parameters
- offset
- Single
- color
- Color
Applies to
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.