Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.6
|
Leadtools.Annotations.Core Namespace > AnnLabel Class : RenderedLabelBounds Property |
public LeadRectD RenderedLabelBounds {get; set;}
'Declaration
Public Property RenderedLabelBounds As LeadRectD
public LeadRectD RenderedLabelBounds {get; set;}
@property (nonatomic) LeadRectD renderedLabelBounds;
public LeadRectD getRenderedLabelBounds() public void setRenderedLabelBounds(LeadRectD bounds)
get_RenderedLabelBounds();
set_RenderedLabelBounds(value);
Object.defineProperty('RenderedLabelBounds');
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.