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 > AnnObject Class : RenderedObjectBounds Property |
public LeadRectD RenderedObjectBounds {get; set;}
'Declaration
Public Property RenderedObjectBounds As LeadRectD
public LeadRectD RenderedObjectBounds {get; set;}
@property (nonatomic) LeadRectD renderedObjectBounds;
public LeadRectD getRenderedObjectBounds() public void setRenderedObjectBounds(LeadRectD bounds)
get_RenderedObjectBounds();
set_RenderedObjectBounds(value);
Object.defineProperty('RenderedObjectBounds');
This value is updated by the IAnnObjectRenderer to set the bounds of the object in container coordinates. It can be used by client applications to perform custom hit-testing. This value is not used by the framework.