←Select platform

RenderedLabelBounds Property

Summary
Gets or sets the bounding rectangle of the label as it was last rendered.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public LeadRectD RenderedLabelBounds { get; set; } 
@property (nonatomic, assign) LeadRectD renderedLabelBounds; 
public LeadRectD getRenderedLabelBounds() 
public void setRenderedLabelBounds(LeadRectD bounds) 
public:  
   property LeadRectD^ RenderedLabelBounds 
   { 
      LeadRectD^ get() 
      void set(LeadRectD^ value) 
   } 
RenderedLabelBounds # get and set (AnnLabel) 

Property Value

The bounding rectangle of the label as it was last rendered in container coordinates.

Remarks

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.

Requirements

Target Platforms

See Also

Reference

AnnLabel Class

AnnLabel Members

Help Version 22.0.2023.7.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.