CIImage.GetImageTransform 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
GetImageTransform(CIImageOrientation) |
Gets a transformation that results in |
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
- orientation
- CGImagePropertyOrientation
Returns
- Attributes