RecordingCanvas.DrawLine(Single, Single, Single, Single, Paint) Method
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.
[Android.Runtime.Register("drawLine", "(FFFFLandroid/graphics/Paint;)V", "", ApiSince=29)]
public override sealed void DrawLine (float startX, float startY, float stopX, float stopY, Android.Graphics.Paint paint);
[<Android.Runtime.Register("drawLine", "(FFFFLandroid/graphics/Paint;)V", "", ApiSince=29)>]
override this.DrawLine : single * single * single * single * Android.Graphics.Paint -> unit
Parameters
- startX
- Single
- startY
- Single
- stopX
- Single
- stopY
- Single
- paint
- Paint
- Attributes