iOSBitmap.Graphics

From Xojo Documentation

Read-Only Property (As iOSGraphics )
iOSGraphicsValue = aiOSBitmap.Graphics

Supported on Mobile (iOS).

The iOSGraphics object for the bitmap that is used for drawing.

Sample Code

Var pic As New iOSBitmap(100, 100, 2.0, False)
pic.Graphics.DrawRect(10, 10, 60, 60)