首页 > 其他 > 详细

fill & stroke

时间:2019-01-30 18:07:40      阅读:195      评论:0      收藏:0      [点我收藏+]

- (void)stroke

Draws a line along the receiver’s path using the current drawing properties.

 

- (void)fill

 

Paints the region enclosed by the receiver’s path using the current drawing properties.

 

This method fills the path using the current fill color and drawing properties. If the path contains any open subpaths, this method implicitly closes them before painting the fill region.

The painted region includes the pixels right up to, but not including, the path line itself.

fill & stroke

原文:https://www.cnblogs.com/feng9exe/p/10339015.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!