Share via


CIImage.CreateWithOrientation(CIImageOrientation) Method

Definition

Creates a new image by applying the orientation to this CIImage.

[Foundation.Export("imageByApplyingOrientation:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual CoreImage.CIImage CreateWithOrientation(CoreImage.CIImageOrientation orientation);
[<Foundation.Export("imageByApplyingOrientation:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member CreateWithOrientation : CoreImage.CIImageOrientation -> CoreImage.CIImage
override this.CreateWithOrientation : CoreImage.CIImageOrientation -> CoreImage.CIImage

Parameters

orientation
CIImageOrientation

Returns

Attributes

Applies to