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
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.