update Transformation Properties
open fun updateTransformationProperties(@NonNull newBoundingBox: RectF, @NonNull oldBoundingBox: RectF)
Annotations may override this method to transform their properties (i.e. points, rects, sizes) whenever the bounding box of the annotation changed.
Parameters
new Bounding Box
New bounding box of the annotation (in PDF points).
old Bounding Box
Old bounding box of the annotation (in PDF points).