QuadPoint

Overview

QuadPoint is a type in Aspose.PDF FOSS for Go.

QuadPoint is one quadrilateral within a markup annotation’s /QuadPoints array.

Properties: X1, X2, X3, X4, Y1, Y2, and 2 more.

Properties

NameTypeAccessDescription
X1float64Read/WriteGets the x1.
Y1float64Read/WriteGets the y1.
X2float64Read/WriteGets the x2.
Y2float64Read/WriteGets the y2.
X3float64Read/WriteGets the x3.
Y3float64Read/WriteGets the y3.
X4float64Read/WriteGets the x4.
Y4float64Read/WriteGets the y4.

See Also