Table of Contents

Delegate ResizeDelegate

Namespace
Lime
Assembly
Lime.dll

Delegate used by Resized event.

public delegate void ResizeDelegate(bool deviceRotated)

Parameters

deviceRotated bool

Defines whether resize is triggered by device rotation or not.