PenInk

class PenInk(val points: FloatArray, val pointSizeArray: IntArray, val bitmaps: Array<Bitmap>)(source)

Immutable native ink payload compatible with onyxsdk-pennative:1.0.4.

Constructors

Link copied to clipboard
constructor(points: FloatArray, pointSizeArray: IntArray, bitmaps: Array<Bitmap>)

Types

Link copied to clipboard
object Companion

Java-friendly factory matching the vendor API.

Properties

Link copied to clipboard

Raster stamps generated by bitmap-based pen types.

Link copied to clipboard

Flat geometry records generated by the selected renderer.

Link copied to clipboard

Number of floats in each logical record in points.

Functions

Link copied to clipboard
open override fun toString(): String

Returns a diagnostic representation containing the flattened points.