get_renderedLabelBounds();
set_renderedLabelBounds(value);
Object.defineProperty('renderedLabelBounds');
Type | Description |
---|---|
LeadRectD | The bounding rectangle of the label as it was last rendered in container coordinates. |
This value is updated by the IAnnLabelRenderer to set the bounds of the label in container coordinates. It can be used by client applications to perform custom hit-testing. This value is not used by the framework.