ARFrame.GetDisplayTransform(UIInterfaceOrientation, CGSize) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Transformation affine qui peut être utilisée pour convertir des coordonnées normalisées à la plage [0,1] en coordonnées d’écran.
[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
Paramètres
- orientation
- UIInterfaceOrientation
Orientation de la caméra.
- viewportSize
- CGSize
Taille de la fenêtre d’affichage, en points.
Retours
- Attributs