CIImage.GetImageTransform メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
GetImageTransform(CIImageOrientation) |
の結果 |
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
パラメーター
- orientation
- CGImagePropertyOrientation
戻り値
- 属性