RecordingCanvas.DrawPosText 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.
Overloads
| Name | Description |
|---|---|
| DrawPosText(String, Single[], Paint) |
Obsolete.
|
| DrawPosText(Char[], Int32, Int32, Single[], Paint) |
Obsolete.
|
DrawPosText(String, Single[], Paint)
Caution
deprecated
[Android.Runtime.Register("drawPosText", "(Ljava/lang/String;[FLandroid/graphics/Paint;)V", "", ApiSince=29)]
[System.Obsolete("deprecated")]
public override sealed void DrawPosText(string text, float[] pos, Android.Graphics.Paint paint);
[<Android.Runtime.Register("drawPosText", "(Ljava/lang/String;[FLandroid/graphics/Paint;)V", "", ApiSince=29)>]
[<System.Obsolete("deprecated")>]
override this.DrawPosText : string * single[] * Android.Graphics.Paint -> unit
Parameters
- text
- String
- pos
- Single[]
- paint
- Paint
- Attributes
Remarks
This method is deprecated.
Android reference for android.graphics.RecordingCanvas.drawPosText.
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
DrawPosText(Char[], Int32, Int32, Single[], Paint)
Caution
deprecated
[Android.Runtime.Register("drawPosText", "([CII[FLandroid/graphics/Paint;)V", "", ApiSince=29)]
[System.Obsolete("deprecated")]
public override sealed void DrawPosText(char[] text, int index, int count, float[] pos, Android.Graphics.Paint paint);
[<Android.Runtime.Register("drawPosText", "([CII[FLandroid/graphics/Paint;)V", "", ApiSince=29)>]
[<System.Obsolete("deprecated")>]
override this.DrawPosText : char[] * int * int * single[] * Android.Graphics.Paint -> unit
Parameters
- text
- Char[]
- index
- Int32
The index of the first character to draw
- count
- Int32
The number of characters to draw, starting from index.
- pos
- Single[]
- paint
- Paint
- Attributes
Remarks
This method is deprecated.
Android reference for android.graphics.RecordingCanvas.drawPosText.
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.