91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

AGG第二十七課 agg::conv_clip_polyline裁剪線區域

發布時間:2020-07-09 11:11:01 來源:網絡 閱讀:548 作者:fengyuzaitu 欄目:系統運維

應用場景

路徑點超出渲染范圍N

頭文件

#include"agg/include/agg_conv_clip_polyline.h"

簡單例子

 void ClipPathByPolyline()

  {

   agg::rendering_buffer &rbuf = rbuf_window();

   agg::pixfmt_bgr24 pixf(rbuf);

 

   typedef agg::renderer_base<agg::pixfmt_bgr24> renderer_base_type;

   renderer_base_type renb(pixf);

 

   typedef agg::renderer_scanline_aa_solid<renderer_base_type>renderder_scanline_type;

   renderder_scanline_type rensl(renb);

 

   agg::rasterizer_scanline_aa<> ras;

   agg::scanline_u8 sl;

   ras.reset();

 

   agg::path_storage ps;

   ps.move_to(100,540);

   ps.line_to(168.889,471.429);

   ps.line_to(237.778,402.857);

   ps.line_to(306.667,334.286);

   ps.line_to(651.111,-8.57143);

   ps.line_to(720,-6.85714e+19);

   ps.line_to(200,400);

   ps.line_to(400,400);

   ps.line_to(200,500);

   ps.line_to(700,400);

 

   agg::conv_clip_polyline<agg::path_storage> polyline(ps);

   polyline.clip_box(0,0,600,800);

   agg::conv_dash<agg::conv_clip_polyline<agg::path_storage> >dash(polyline);

   dash.add_dash(10,10);

   agg::conv_stroke<agg::conv_dash<agg::conv_clip_polyline<agg::path_storage>> > stroke(dash);

   stroke.width(2);

 

   ras.add_path(stroke);

   agg::render_scanlines_aa_solid(ras,sl,renb,agg::rgba8(255,0,0));

  }


限制:

Here the lines will be clipped beforecalculating the rest. But if you have

very wide lines you will see some defects

 

To avoid it you may want to extend theclipping area to the maximal line width.


向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

大连市| 新竹市| 虹口区| 迁安市| 吴桥县| 惠安县| 财经| 周至县| 新宁县| 六枝特区| 鄯善县| 石嘴山市| 肇州县| 梓潼县| 凌海市| 舒兰市| 莎车县| 盘锦市| 吉木乃县| 宁津县| 扶绥县| 北海市| 台江县| 高邮市| 全州县| 桐梓县| 和静县| 茌平县| 龙山县| 大庆市| 兴山县| 双牌县| 大渡口区| 丰都县| 固镇县| 建瓯市| 闻喜县| 广州市| 华池县| 龙岩市| 赤壁市|