ARFrame.GetDisplayTransform(UIInterfaceOrientation, CGSize) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
範囲 [0,1] に正規化された座標から画面座標に変換するために使用できるアフィン変換。
[Foundation.Export("displayTransformForOrientation:viewportSize:")]
public virtual CoreGraphics.CGAffineTransform GetDisplayTransform (UIKit.UIInterfaceOrientation orientation, CoreGraphics.CGSize viewportSize);
abstract member GetDisplayTransform : UIKit.UIInterfaceOrientation * CoreGraphics.CGSize -> CoreGraphics.CGAffineTransform
override this.GetDisplayTransform : UIKit.UIInterfaceOrientation * CoreGraphics.CGSize -> CoreGraphics.CGAffineTransform
パラメーター
- orientation
- UIInterfaceOrientation
カメラの向き。
- viewportSize
- CGSize
ビューポートのサイズ (ポイント単位)。
戻り値
- 属性