PreviewImageBounds
data class PreviewImageBounds(x: Float, y: Float, width: Float, height: Float)
Content copied to clipboard
Defines location and size of the actual preview image relative to the PreviewView. This information can be used to convert from the image coordinate system to the view coordinate system.
See also
Constructors
PreviewImageBounds
Link copied to clipboard
Functions
Properties
x
Link copied to clipboard
x-coordinate of the top-left corner of the preview image relative to the PreviewView component
y
Link copied to clipboard
y-coordinate of the top-left corner of the preview image relative to the PreviewView component