Edit

SKSurfaceView.SurfaceChanged(ISurfaceHolder, Format, Int32, Int32) Method

Definition

This is called immediately after any structural changes (format or size) have been made to the surface.

public virtual void SurfaceChanged(Android.Views.ISurfaceHolder holder, Android.Graphics.Format format, int width, int height);

Parameters

holder
ISurfaceHolder

The ISurfaceHolder whose surface has changed.

format
Format

The new Format of the surface.

width
Int32

The new width of the surface.

height
Int32

The new height of the surface.

Implements

Applies to