PdfPoint


class PdfPoint


Represents a point in PDF coordinates, where pageNum indicates a 0-indexed PDF page, and (x, y) indicates a point in PDF points within the page, with the origin existing at the top left corner of the page.

Summary

Public constructors

PdfPoint(pageNum: Int, pagePoint: PointF)
PdfPoint(pageNum: Int, x: Float, y: Float)

Public functions

open operator Boolean
equals(other: Any?)
open Int
open String

Public properties

Int
Float
Float

Public constructors

PdfPoint

Added in 1.0.0-alpha10
PdfPoint(pageNum: Int, pagePoint: PointF)

PdfPoint

Added in 1.0.0-alpha10
PdfPoint(pageNum: Int, x: Float, y: Float)

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

toString

open fun toString(): String

Public properties

pageNum

Added in 1.0.0-alpha10
val pageNumInt

x

Added in 1.0.0-alpha10
val xFloat

y

Added in 1.0.0-alpha10
val yFloat