Language

RecordingCanvas.DrawPoint(Single, Single, Paint) Method

Definition

Helper for drawPoints() for drawing a single point.

[Android.Runtime.Register("drawPoint", "(FFLandroid/graphics/Paint;)V", "", ApiSince=29)]
public override sealed void DrawPoint(float x, float y, Android.Graphics.Paint paint);
[<Android.Runtime.Register("drawPoint", "(FFLandroid/graphics/Paint;)V", "", ApiSince=29)>]
override this.DrawPoint : single * single * Android.Graphics.Paint -> unit

Parameters

x
Single
y
Single
paint
Paint
Attributes

Remarks

Helper for drawPoints() for drawing a single point.

Android reference for android.graphics.RecordingCanvas.drawPoint.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to