CIImage.GetImageTransform Method

Definition

Overloads

GetImageTransform(CIImageOrientation)

Gets a transformation that results in orientation.

GetImageTransform(CGImagePropertyOrientation)

GetImageTransform(CIImageOrientation)

Gets a transformation that results in orientation.

[Foundation.Export("imageTransformForOrientation:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual CoreGraphics.CGAffineTransform GetImageTransform (CoreImage.CIImageOrientation orientation);
abstract member GetImageTransform : CoreImage.CIImageOrientation -> CoreGraphics.CGAffineTransform
override this.GetImageTransform : CoreImage.CIImageOrientation -> CoreGraphics.CGAffineTransform

Parameters

orientation
CIImageOrientation

Returns

Attributes

Applies to

GetImageTransform(CGImagePropertyOrientation)

[Foundation.Export("imageTransformForCGOrientation:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual CoreGraphics.CGAffineTransform GetImageTransform (ImageIO.CGImagePropertyOrientation orientation);
abstract member GetImageTransform : ImageIO.CGImagePropertyOrientation -> CoreGraphics.CGAffineTransform
override this.GetImageTransform : ImageIO.CGImagePropertyOrientation -> CoreGraphics.CGAffineTransform

Parameters

Returns

Attributes

Applies to