V2EX = way to explore
V2EX 是一个关于分享和探索的地方
Sign Up Now
For Existing Member  Sign In
iOS 开发实用技术导航
NSHipster 中文版
http://nshipster.cn/
cocos2d 开源 2D 游戏引擎
http://www.cocos2d-iphone.org/
CocoaPods
http://cocoapods.org/
Google Analytics for Mobile 统计解决方案
http://code.google.com/mobile/analytics/
WWDC
https://developer.apple.com/wwdc/
Design Guides and Resources
https://developer.apple.com/design/
Transcripts of WWDC sessions
http://asciiwwdc.com
Cocoa with Love
http://cocoawithlove.com/
Cocoa Dev Central
http://cocoadevcentral.com/
NSHipster
http://nshipster.com/
Style Guides
Google Objective-C Style Guide
NYTimes Objective-C Style Guide
Useful Tools and Services
Charles Web Debugging Proxy
Smore
virushuo
V2EX  ›  iDev

有什么办法可以从CGPath中减去一个CGRect吗?我的意思是做出来一个空心的图案

  •  
  •   virushuo ·
    virushuo · May 8, 2011 · 5779 views
    This topic created in 5472 days ago, the information mentioned may be changed or developed.
    用CGPath倒是可以用AddLine那样慢慢拼起来形成一个“回”字型的Path,但是其实这就是两个Rect相减的结果,不知道有没有什么合适的办法能直接做个减法得到新的Path?
    1 replies    1970-01-01 08:00:00 +08:00
    virushuo
        1
    virushuo  
    OP
       May 9, 2011
    搞定了。
    CAShapeLayer

    setFillRule:kCAFillRuleEvenOdd

    然后用 CGPathAddRect 加进去两个rect就可以了。
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   1513 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 25ms · UTC 16:20 · PVG 00:20 · LAX 09:20 · JFK 12:20
    ♥ Do have faith in what you're doing.