RecordingCanvas.DrawLines Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
DrawLines(Single[], Paint) | |
DrawLines(Single[], Int32, Int32, Paint) |
DrawLines(Single[], Paint)
[Android.Runtime.Register("drawLines", "([FLandroid/graphics/Paint;)V", "", ApiSince=29)]
public override sealed void DrawLines (float[] pts, Android.Graphics.Paint paint);
[<Android.Runtime.Register("drawLines", "([FLandroid/graphics/Paint;)V", "", ApiSince=29)>]
override this.DrawLines : single[] * Android.Graphics.Paint -> unit
Parametri
- pts
- Single[]
- paint
- Paint
- Attributi
Si applica a
DrawLines(Single[], Int32, Int32, Paint)
[Android.Runtime.Register("drawLines", "([FIILandroid/graphics/Paint;)V", "", ApiSince=29)]
public override sealed void DrawLines (float[] pts, int offset, int count, Android.Graphics.Paint paint);
[<Android.Runtime.Register("drawLines", "([FIILandroid/graphics/Paint;)V", "", ApiSince=29)>]
override this.DrawLines : single[] * int * int * Android.Graphics.Paint -> unit
Parametri
- pts
- Single[]
- offset
- Int32
- count
- Int32
- paint
- Paint
- Attributi