MTKViewDelegate.DrawableSizeWillChange(MTKView, CGSize) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Method that is called just before the size of a drawable view is changed.
[Foundation.Export("mtkView:drawableSizeWillChange:")]
public abstract void DrawableSizeWillChange (MetalKit.MTKView view, CoreGraphics.CGSize size);
abstract member DrawableSizeWillChange : MetalKit.MTKView * CoreGraphics.CGSize -> unit
Parameters
- view
- MTKView
- size
- CGSize
Implements
- Attributes