CIImage.FromCGImageSource 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.
Overloads
| Name | Description |
|---|---|
| FromCGImageSource(CGImageSource, UIntPtr, CIImageInitializationOptionsWithMetadata) | |
| FromCGImageSource(CGImageSource, UIntPtr, NSDictionary) |
FromCGImageSource(CGImageSource, UIntPtr, CIImageInitializationOptionsWithMetadata)
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static CoreImage.CIImage FromCGImageSource(ImageIO.CGImageSource source, UIntPtr index, CoreImage.CIImageInitializationOptionsWithMetadata? options);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member FromCGImageSource : ImageIO.CGImageSource * unativeint * CoreImage.CIImageInitializationOptionsWithMetadata -> CoreImage.CIImage
Parameters
- source
- CGImageSource
- index
-
UIntPtr
unativeint
Returns
- Attributes
Applies to
FromCGImageSource(CGImageSource, UIntPtr, NSDictionary)
[Foundation.Export("imageWithCGImageSource:index:options:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static CoreImage.CIImage FromCGImageSource(ImageIO.CGImageSource source, UIntPtr index, Foundation.NSDictionary? options);
[<Foundation.Export("imageWithCGImageSource:index:options:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member FromCGImageSource : ImageIO.CGImageSource * unativeint * Foundation.NSDictionary -> CoreImage.CIImage
Parameters
- source
- CGImageSource
- index
-
UIntPtr
unativeint
- options
- NSDictionary
Returns
- Attributes