Share via


CIImage.FromCGImageSource Method

Definition

Overloads

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

Applies to