Bitmap
          Content copied to clipboard
The deprecated constructor for BitmapWidget.
Parameters
bitmap
bitmap used to draw widget
position
position of widget
margin
horizontal margin in pixels
margin
vertical margin in pixels
Content copied to clipboard
The deprecated constructor for BitmapWidget.
Parameters
bitmap
bitmap used to draw widget
position
position of widget
margin
horizontal margin in pixels
fun BitmapWidget(bitmap: Bitmap, originalPosition: WidgetPosition = WidgetPosition {
    verticalAlignment = WidgetPosition.Vertical.TOP
    horizontalAlignment = WidgetPosition.Horizontal.LEFT
    offsetX = 0f
    offsetY = 0f
  })
Content copied to clipboard
Parameters
bitmap
bitmap used to draw widget
original
position of widget