CGContext(IntPtr) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a CGContext from an unmanaged CGContextRef handle.
public CGContext (IntPtr handle);
new CoreGraphics.CGContext : nativeint -> CoreGraphics.CGContext
Parameters
- handle
-
IntPtr
nativeint
Handle to an unmanaged CGContextRef.
Remarks
Calling this constructor will retain the underlying CGContextRef object.