中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

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

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

//畫虛線

發布時間:2020-06-06 11:43:04 來源:網絡 閱讀:376 作者:卓行天下 欄目:移動開發


//畫虛線

- (void)drawRect:(CGRect)rect {

    [super drawRect:rect];

    float sizeWidth = rect.size.width;

    float sizeHeight = rect.size.height;

    

    CGContextRef context = UIGraphicsGetCurrentContext();

    CGContextBeginPath(context);

    CGContextSetLineWidth(context, 2.0);

    CGContextSetStrokeColorWithColor(context, [UIColor grayColor].CGColor);

    

    CGFloat lengths[] = {10,5};

    CGContextSetLineDash(context, 0, lengths,2);

    CGContextMoveToPoint(context, 0, 0);

    CGContextAddLineToPoint(context, sizeWidth,0);

    CGContextAddLineToPoint(context, sizeWidth,sizeHeight);

    CGContextAddLineToPoint(context, 0,sizeHeight);

    CGContextAddLineToPoint(context, 0,0);

    CGContextStrokePath(context);

}


向AI問一下細節

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

AI

黄浦区| 湟源县| 嵊泗县| 中江县| 河北省| 油尖旺区| 深泽县| 中山市| 高陵县| 榕江县| 临江市| 高淳县| 治县。| 扎兰屯市| 钦州市| 保德县| 嘉祥县| 象州县| 怀来县| 余庆县| 富蕴县| 轮台县| 宝清县| 广东省| 固始县| 施秉县| 桂东县| 汕尾市| 兴国县| 淳安县| 张家川| 神池县| 买车| 馆陶县| 呈贡县| 北海市| 安福县| 寿阳县| 长沙市| 南和县| 郓城县|