LocationInfo

@Serializable
data class LocationInfo(val topLeftCorner: Point2df?, val dimensions: Dimensions?)

Represents information about the location of an element within a document or image.

Constructors

Link copied to clipboard
constructor(topLeftCorner: Point2df?, dimensions: Dimensions?)

Properties

Link copied to clipboard
Link copied to clipboard