Edit

Share via


IMTKViewDelegate.DrawableSizeWillChange(MTKView, CGSize) Method

Definition

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

Applies to