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

溫馨提示×

溫馨提示×

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

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

iOS圖像處理之繪制直線

發布時間:2020-06-20 00:32:35 來源:網絡 閱讀:488 作者:卓行天下 欄目:移動開發

-(void)drawLine:(CGPoint)fromPnt toPoint:(CGPoint)toPnt{

    

    float xScale = theImageView.p_w_picpath.size.width/theImageView.frame.size.width;

    float yScale = theImageView.p_w_picpath.size.height/theImageView.frame.size.height;

    

    UIGraphicsBeginImageContext(theImageView.p_w_picpath.size);

    [theImageView.p_w_picpath drawInRect:CGRectMake(0, 0, theImageView.p_w_picpath.size.width, theImageView.p_w_picpath.size.height)];

    CGContextSetLineCap(UIGraphicsGetCurrentContext(), kCGLineCapSquare);

    CGContextSetLineWidth(UIGraphicsGetCurrentContext(), 2.0*[self returnMax:xScale withNumber:yScale]);

    CGContextSetAllowsAntialiasing(UIGraphicsGetCurrentContext(), YES);

    CGContextSetRGBStrokeColor(UIGraphicsGetCurrentContext(), 1.0, 0.0, 0.0, 1.0);

    CGContextBeginPath(UIGraphicsGetCurrentContext());

    CGContextMoveToPoint(UIGraphicsGetCurrentContext(), fromPnt.x*xScale, fromPnt.y*yScale);

    CGContextAddLineToPoint(UIGraphicsGetCurrentContext(), toPnt.x*xScale, toPnt.y*yScale);

    CGContextStrokePath(UIGraphicsGetCurrentContext());

    theImageView.p_w_picpath=UIGraphicsGetImageFromCurrentImageContext();

    UIGraphicsEndImageContext();

}


向AI問一下細節

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

AI

沙洋县| 贡觉县| 定南县| 兰坪| 阿拉善盟| 和龙市| 永春县| 瓦房店市| 常州市| 定襄县| 上栗县| 阿尔山市| 前郭尔| 华容县| 湟中县| 洪泽县| 临泽县| 濮阳县| 甘洛县| 漠河县| 贵定县| 新营市| 卢龙县| 吉木萨尔县| 张掖市| 商洛市| 图们市| 会宁县| 安岳县| 蕉岭县| 甘孜县| 南城县| 突泉县| 高邑县| 兴仁县| 岳阳市| 柳林县| 修文县| 厦门市| 浙江省| 宜州市|