CIImage.GetImageTransform Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
GetImageTransform(CIImageOrientation) |
Ottiene una trasformazione che restituisce |
GetImageTransform(CGImagePropertyOrientation) |
GetImageTransform(CIImageOrientation)
Ottiene una trasformazione che restituisce 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
Parametri
- orientation
- CIImageOrientation
Restituisce
- Attributi
Si applica a
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
Parametri
- orientation
- CGImagePropertyOrientation
Restituisce
- Attributi