IMTKViewDelegate.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 to redraw the view when its layout is changed.
[Foundation.Export("mtkView:drawableSizeWillChange:")]
[Foundation.Preserve(Conditional=true)]
public void DrawableSizeWillChange (MetalKit.MTKView view, CoreGraphics.CGSize size);
abstract member DrawableSizeWillChange : MetalKit.MTKView * CoreGraphics.CGSize -> unit
Parameters
- view
- MTKView
- size
- CGSize
- Attributes