Visible Content Rect Data
data class VisibleContentRectData(val clientRect: Rect, val locator: SimpleLocatorData, val nodeData: EngineEventTargetNodeData? = null, val type: VisibleContentRectType)
Contains the position, dimensions, and locator of a line or replaced element.
Constructors
Link copied to clipboard
fun VisibleContentRectData(clientRect: Rect, locator: SimpleLocatorData, nodeData: EngineEventTargetNodeData? = null, type: VisibleContentRectType)