亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

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

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

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

婺源县| 利川市| 岳普湖县| 永康市| 庄河市| 隆林| 沧州市| 定襄县| 忻城县| 新田县| 阿勒泰市| 古丈县| 牙克石市| 绥阳县| 和平区| 安阳市| 广汉市| SHOW| 灵寿县| 巴彦县| 塔河县| 广德县| 邹城市| 开远市| 陆良县| 湟中县| 泸水县| 吴旗县| 宝兴县| 随州市| 祁东县| 康平县| 砚山县| 宜城市| 容城县| 台湾省| 望城县| 津南区| 吉首市| 墨脱县| 七台河市|