php - PDFLib object alignment - Stack Overflow

admin2025-04-17  2

When creating a rectangle in PDFlib, the anchor point for alignment by default is the bottom left corner. How can I change it to the center of the object instead?

$p->rect($x,$y,$width,$height);
转载请注明原文地址:http://anycun.com/QandA/1744898617a89188.html