Point2D interface
Represents a point used to define bounding polygons. The unit is either 'pixel' or 'inch' (See LengthUnit).
Properties
x | x coordinate - relative from the left side of the page |
y | y coordinate - relative from the top of the page |
Property Details
x
x coordinate - relative from the left side of the page
x: number
Property Value
number
y
y coordinate - relative from the top of the page
y: number
Property Value
number