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[]