CVImageBuffer.CreateFrom(NSDictionary) Method
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.
Try to create a CGColorSpace from an image buffer's attachments.
public static CoreGraphics.CGColorSpace? CreateFrom(Foundation.NSDictionary attachments);
static member CreateFrom : Foundation.NSDictionary -> CoreGraphics.CGColorSpace
Parameters
- attachments
- NSDictionary
An image buffer's attachments to use when trying to create a new color space.
Returns
If successful, a new CGColorSpace instance, otherwise null.