您好,登錄后才能下訂單哦!
頭文件:#include <agg_rounded_rect.h>
類構造器:rounded_rect(double x1, double y1, doublex2, double y2, double r)
矩形對角點的坐標(左上角和右下角的坐標)和圓角半徑
圓角半徑如果指定是0,繪制的是一個正規的矩形!!
agg/examples/rounded_rect.cpp是一個圓角矩形的例子。其中不理解的地方就是subpixel offset,亞像素偏移
I'm tring to get bounding rectangle of object and trind below code
// Round Rect
agg::rounded_rect r(0,0,width,height,0);
r.normalize_radius();
ras.add_path(r);
agg::render_scanlines_aa(ras, sl, renb,grad_alloc, grad_gen);
but I cann't call r.bound_rect()
for what kinds of objects bound_rectfunction can be called ??
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。