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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.