SKGLView.DrawInRect(GLKView, CGRect) Method

Definition

Draws the view within the passed-in rectangle.

public void DrawInRect (GLKit.GLKView view, CoreGraphics.CGRect rect);

Parameters

view
GLKView

The view to draw on.

rect
CGRect

The rectangle to draw.

Implements

Applies to