Gets or sets the bounding rectangle of the label as it was last rendered.
public LeadRectD RenderedLabelBounds { get; set; }
Public Property RenderedLabelBounds As Leadtools.LeadRectD
public Leadtools.LeadRectD RenderedLabelBounds {get; set;}
@property (nonatomic) LeadRectD renderedLabelBounds;
public LeadRectD getRenderedLabelBounds()
public void setRenderedLabelBounds(LeadRectD bounds)
get_RenderedLabelBounds();
set_RenderedLabelBounds(value);
Object.defineProperty('RenderedLabelBounds');
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET