Bitmap
            open class BitmapWidget @JvmOverloads constructor(bitmap: Bitmap, originalPosition: WidgetPosition) : Widget
Content copied to clipboard
Widget displaying bitmap within specified position and margins.
Parameters
bitmap
bitmap used to draw widget
original
position of widget
Constructors
BitmapWidget
                          
                    Link copied to clipboard
                        Content copied to clipboard
The deprecated constructor for BitmapWidget.
BitmapWidget
                          
                    Link copied to clipboard
                        Content copied to clipboard
The deprecated constructor for BitmapWidget.
BitmapWidget
                          
                    Link copied to clipboard
                        fun BitmapWidget(bitmap: Bitmap, originalPosition: WidgetPosition = WidgetPosition {
    verticalAlignment = WidgetPosition.Vertical.TOP
    horizontalAlignment = WidgetPosition.Horizontal.LEFT
    offsetX = 0f
    offsetY = 0f
  })
Content copied to clipboard
Functions
get
                    Link copied to clipboard
                        Get the current position of the widget.
get
                    Link copied to clipboard
                        Get absolute rotation of widget in degrees.
set
                    Link copied to clipboard
                        Update the widget to the new position.
set
                    Link copied to clipboard
                        Set the absolute rotation of widget in degrees.
set
                    Link copied to clipboard
                        Content copied to clipboard
Set the translation of the widget in pixels, relative to it's original position.
update
                    Link copied to clipboard
                        Update bitmap widget uses.