Inherits from | |
Conforms to | |
Framework | /System/Library/Frameworks/AppKit.framework |
Availability | Available in Mac OS X v10.0 and later. Not available to 64-bit applications. |
Companion guide | |
Declared in | NSQuickDrawView.h |
Related sample code |
The NSQuickDrawView
class lets you use Carbon QuickDraw functions inside an NSView
object.
Important: The QuickDraw API is deprecated in Mac OS X v10.4 and later. See Quartz Programming Guide for QuickDraw Developers for information on moving from QuickDraw to Quartz.
Returns the QuickDraw graphics pointer associated with the view.
- (void *)qdPort
The QuickDraw graphics pointer.
The graphics pointer is valid only while the view has focus. Once the view relinquishes the focus, the graphics pointer is undefined.
NSQuickDrawView.h
© 2007 Apple Inc. All Rights Reserved. (Last updated: 2007-01-30)