Compartilhar via


PaintGradientStop Construtores

Definição

Sobrecargas

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)

Parâmetros

Aplica-se a

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)

Parâmetros

offset
Single
color
Color

Aplica-se a