Share via


GLKViewDrawEventArgs(CGRect) Constructor

Definition

Create a new instance of the GLKViewDrawEventArgs with the specified event data.

public GLKViewDrawEventArgs(CoreGraphics.CGRect rect);
new GLKit.GLKViewDrawEventArgs : CoreGraphics.CGRect -> GLKit.GLKViewDrawEventArgs

Parameters

rect
CGRect

The value for the Rect property.

Applies to