iOSGraphics.Height

From Xojo Documentation

Read-Only Property (As Integer )
IntegerValue = aiOSGraphics.Height

Supported on Mobile (iOS).

The height of the graphics area, in points.

Sample Code

From within an iOSCanvas.Paint event handler:

g.LineColor = Color.Blue
g.DrawLine(0, 0, g.Width, g.Height)