次の方法で共有


CIImage.GetImageTransform メソッド

定義

オーバーロード

GetImageTransform(CIImageOrientation)

の結果 orientationとなる変換を取得します。

GetImageTransform(CGImagePropertyOrientation)

GetImageTransform(CIImageOrientation)

の結果 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

パラメーター

orientation
CIImageOrientation

戻り値

属性

適用対象

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

パラメーター

戻り値

属性

適用対象