Sticky Image
A composable function that represents a sticky image, which can be moved, zoomed, or deleted. This function displays an image using the provided PainterImageProperty and PainterImageItem.
Parameters
The modifier to be applied to the sticky image.
The properties related to the painter image, including size, color, alignment, etc.
The painter image item containing the actual image data.
A callback invoked when the sticky image is moved. It provides the new offset.
A callback invoked when the zoom level changes. It provides the image ID, scale factor, and offset.
A callback invoked when the sticky image is deleted.
A composable function that represents a sticky vector image, which can be moved, zoomed, or deleted. This function displays an image using the provided VectorImageProperty and VectorImageItem.
Parameters
The modifier to be applied to the sticky vector image.
The properties related to the vector image, including size, color, alignment, etc.
The vector image item containing the actual image data.
A callback invoked when the sticky image is moved. It provides the new offset.
A callback invoked when the zoom level changes. It provides the image ID, scale factor, and offset.
A callback invoked when the sticky image is deleted.
A composable function that represents a sticky image bitmap, which can be moved, zoomed, or deleted. This function displays an image using the provided ImageBitmapProperty and ImageBitmapItem.
Parameters
The modifier to be applied to the sticky image bitmap.
The properties related to the image bitmap, including size, color, alignment, etc.
The image bitmap item containing the actual image data.
A callback invoked when the sticky image is moved. It provides the new offset.
A callback invoked when the zoom level changes. It provides the image ID, scale factor, and offset.
A callback invoked when the sticky image is deleted.