CGDataConsumer Constructors
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.
Overloads
CGDataConsumer(NSMutableData) |
Creates a data sink that saves the data on the specified NSData. |
CGDataConsumer(NSUrl) |
Creates a data sink that saves the data on a file specified by the url. |
CGDataConsumer(IntPtr) |
CGDataConsumer(NSMutableData)
Creates a data sink that saves the data on the specified NSData.
public CGDataConsumer (Foundation.NSMutableData data);
new CoreGraphics.CGDataConsumer : Foundation.NSMutableData -> CoreGraphics.CGDataConsumer
Parameters
- data
- NSMutableData
Applies to
CGDataConsumer(NSUrl)
Creates a data sink that saves the data on a file specified by the url.
public CGDataConsumer (Foundation.NSUrl url);
new CoreGraphics.CGDataConsumer : Foundation.NSUrl -> CoreGraphics.CGDataConsumer
Parameters
- url
- NSUrl
Applies to
CGDataConsumer(IntPtr)
public CGDataConsumer (IntPtr handle);
new CoreGraphics.CGDataConsumer : nativeint -> CoreGraphics.CGDataConsumer
Parameters
- handle
-
IntPtr
nativeint