Share via


CIImage.ImageByApplyingTransform Method

Definition

Overloads

Name Description
ImageByApplyingTransform(CGAffineTransform)

Returns a new image that results from applying the affine transform matrix to this CIImage.

ImageByApplyingTransform(CGAffineTransform, Boolean)

ImageByApplyingTransform(CGAffineTransform)

Returns a new image that results from applying the affine transform matrix to this CIImage.

[Foundation.Export("imageByApplyingTransform:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual CoreImage.CIImage ImageByApplyingTransform(CoreGraphics.CGAffineTransform matrix);
[<Foundation.Export("imageByApplyingTransform:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ImageByApplyingTransform : CoreGraphics.CGAffineTransform -> CoreImage.CIImage
override this.ImageByApplyingTransform : CoreGraphics.CGAffineTransform -> CoreImage.CIImage

Parameters

Returns

Attributes

Applies to

ImageByApplyingTransform(CGAffineTransform, Boolean)

[Foundation.Export("imageByApplyingTransform:highQualityDownsample:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual CoreImage.CIImage ImageByApplyingTransform(CoreGraphics.CGAffineTransform matrix, bool highQualityDownsample);
[<Foundation.Export("imageByApplyingTransform:highQualityDownsample:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ImageByApplyingTransform : CoreGraphics.CGAffineTransform * bool -> CoreImage.CIImage
override this.ImageByApplyingTransform : CoreGraphics.CGAffineTransform * bool -> CoreImage.CIImage

Parameters

highQualityDownsample
Boolean

Returns

Attributes

Applies to