GradientPaint.SetGradientStops(Single[], Color[]) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public:
void SetGradientStops(cli::array <float> ^ offsets, cli::array <Microsoft::Maui::Graphics::Color ^> ^ colors);
public void SetGradientStops (float[] offsets, Microsoft.Maui.Graphics.Color[] colors);
member this.SetGradientStops : single[] * Microsoft.Maui.Graphics.Color[] -> unit
Public Sub SetGradientStops (offsets As Single(), colors As Color())
參數
- offsets
- Single[]
- colors
- Color[]