MTKViewDelegate.DrawableSizeWillChange(MTKView, 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.
Méthode appelée juste avant que la taille d’une vue dessinable ne soit modifiée.
[Foundation.Export("mtkView:drawableSizeWillChange:")]
public abstract void DrawableSizeWillChange (MetalKit.MTKView view, CoreGraphics.CGSize size);
abstract member DrawableSizeWillChange : MetalKit.MTKView * CoreGraphics.CGSize -> unit
Paramètres
- view
- MTKView
- size
- CGSize
Implémente
- Attributs