腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
文章/答案/技术大牛
搜索
搜索
关闭
发布
精选内容/技术社群/优惠产品,
尽在小程序
立即前往
文章
问答
(6937)
视频
沙龙
1
回答
显示
CGContextRef
、
、
、
如何将使用CGBitmapContextCreate()创建的
CGContextRef
绘制到NSView? 我是不是应该先把它转换成图片?如果是这样的话,这不是一个昂贵的手术吗?
浏览 1
提问于2012-02-28
得票数 1
回答已采纳
1
回答
保存
CGContextRef
、
、
、
我正在尝试创建一个
CGContextRef
并将其推送到堆栈中,或者将其保存在一个上下文属性中,该属性可以在以后恢复,但没有任何运气。任何建议都是很棒的。这是我的资料..。UIImageView *drawingSurface; UIGraphicsBeginImageContext(self.view.frame.size);
CGCont
浏览 3
提问于2010-08-03
得票数 6
1
回答
CGContextRef
嵌入?
、
、
- (void)drawRect:(CGRect)rect
CGContextRef
contextRef = UIGraphicsGetCurrentContext(); CGContextSetLineWidth
浏览 4
提问于2013-12-10
得票数 0
回答已采纳
1
回答
未创建
CGContextRef
、
、
、
、
-(CGImageRef)drawing{ GLubyte *bitmapData; size_t width, height
浏览 0
提问于2012-11-28
得票数 0
回答已采纳
2
回答
如何清除
CGContextRef
?
、
、
、
、
- (void)drawRect:(CGRect)rect //Drawing code
CGContextRef
context = UIGraphicsGetCurrentContext
浏览 3
提问于2012-08-29
得票数 1
回答已采纳
2
回答
iOS:重用
CGContextRef
?
、
、
、
我需要根据从服务器接收到的数据绘制线,而且每次收到新的点时,我都尽量避免重新绘制整件事情,所以我想: 重绘路径的效率低于使用
CGContextRef
重绘的效率。
浏览 6
提问于2013-09-17
得票数 1
回答已采纳
1
回答
使用
CGContextRef
绘图
、
、
通过使用
CGContextRef
,我已经在这方面取得了进展。我写了下面的代码。m_secondaryDrawingImgeView.frame.size.width,
CGContextRef
浏览 2
提问于2012-01-03
得票数 4
回答已采纳
1
回答
初始化'
CGContextRef
*‘时指针类型不兼容
、
Incompatible pointer types initializing '
CGContextRef
*' (aka 'struct CGContext **') with an expressionof type '
CGContextRef
' (aka 'struct CGContext *')- (IBActio
浏览 20
提问于2013-06-01
得票数 0
回答已采纳
1
回答
过度释放
CGContextRef
?
、
我有一个问题,一个
CGContextRef
被过度释放,但我不知道在哪里。CGBitmapContextCreate创建的CGBitmapContextCreate应该被释放,但是当我这样做时,我得到了错误"* -Not A Type :消息发送给解除分配的实例0x613d750“
CGContextRef
浏览 2
提问于2012-08-31
得票数 0
2
回答
如何缓存
CGContextRef
、
、
、
下面是我目前为止的代码(今天大部分时间的结果):{
CGContextRef
c = UIGraphicsGetCurrentContext
浏览 1
提问于2012-08-08
得票数 4
回答已采纳
1
回答
从子视图获取
CGContextRef
、
、
我认为问题是当我使用UIGraphicsGetCurrentContext()时,我得到了视图的
CGContextRef
,所以这就是绘图发生的地方。CGRectMake(0.0, 20.0, self.frame.size.width, 45.0)];}
CGContextRef
浏览 2
提问于2012-11-23
得票数 0
回答已采纳
2
回答
iphone -自动发布
CGContextRef
?
我有这个方法{
CGContextRef
myOutContext = CGPDFContextCreate (dataConsumer, &inMediaBox
浏览 3
提问于2010-10-09
得票数 1
回答已采纳
2
回答
设置
CGContextRef
的颜色
、
、
CGContextRef
context = UIGraphicsGetCurrentContext();[[UIColor colorWithRed
浏览 0
提问于2012-08-14
得票数 3
回答已采纳
3
回答
*没有名称空间
、
请考虑以下代码行:为什么在之前没有指定名称空间::?
浏览 6
提问于2011-05-11
得票数 16
1
回答
CGContextRef
vs NSGraphicsContext
、
、
我刚刚开始学习OSX编程,我偶然发现了一个问题,我不知道我应该使用
CGContextRef
还是NSGraphicsContext。 有什么关系?
浏览 0
提问于2014-08-13
得票数 3
1
回答
CGContextRef
单位转换
、
、
几个月前,我用FPDF (PHP类)创建了一个PDF Creator。现在,我使用NSData将PDF数据从URL抓取到UIWebView中。因为我要在我的应用程序中实现离线功能,所以我想将FPDF PHP脚本转换为cocoa touch。谢谢你的帮助,向你致以问候,朱利安
浏览 0
提问于2012-07-23
得票数 0
回答已采纳
2
回答
CGContextRef
的问题
、
、
、
、
我所做的是在每个函数中,我这样调用它我想知道的是,当我调用这个函数时,我是否得到了相同的上下文下面是我的橡皮擦函数{
CGContextRef
context =
浏览 1
提问于2012-07-20
得票数 0
1
回答
CGContextRef
不绘图
、
、
",thePoint.x, thePoint.y);
CGContextRef
浏览 1
提问于2013-03-04
得票数 0
回答已采纳
1
回答
CGContextRef
被腐蚀了吗?
、
、
rightMostXValue = 150 / scale;
CGContextRef
浏览 0
提问于2011-03-08
得票数 2
回答已采纳
1
回答
根据大小更改CGContextFillRect的颜色
、
、
、
- (void)drawRect:(CGRect)rect { CGContextSetFillColorWithColor
浏览 0
提问于2013-07-18
得票数 0
回答已采纳
点击加载更多
扫码
添加站长 进交流群
领取专属
10元无门槛券
手把手带您无忧上云
相关
资讯
iOS 不规则图形切图
深入理解iOS图文混排原理并自定义图文控件
热门
标签
更多标签
云服务器
ICP备案
对象存储
云直播
腾讯会议
活动推荐
运营活动
广告
关闭
领券