CIImage.FromProvider 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.
public static CoreImage.CIImage FromProvider (CoreImage.ICIImageProvider provider, nuint width, nuint height, CoreImage.CIFormat pixelFormat, CoreGraphics.CGColorSpace colorSpace, CoreImage.CIImageProviderOptions options);
static member FromProvider : CoreImage.ICIImageProvider * nuint * nuint * CoreImage.CIFormat * CoreGraphics.CGColorSpace * CoreImage.CIImageProviderOptions -> CoreImage.CIImage
Parameters
- provider
- ICIImageProvider
- width
- System.System.UIntPtr System.unativeint
- height
- System.System.UIntPtr System.unativeint
- pixelFormat
- CIFormat
- colorSpace
- CGColorSpace
- options
- CIImageProviderOptions