←Select platform

RenderedObjectBounds Property

Summary
The bounding rectangle of the object as it was last rendered.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public LeadRectD RenderedObjectBounds { get; set; } 
@property (nonatomic, assign) LeadRectD renderedObjectBounds; 
public LeadRectD getRenderedObjectBounds() 
public void setRenderedObjectBounds(LeadRectD bounds) 
public:  
   property LeadRectD^ RenderedObjectBounds 
   { 
      LeadRectD^ get() 
      void set(LeadRectD^ value) 
   } 
RenderedObjectBounds # get and set (AnnObject) 

Property Value

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

Remarks

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.

Requirements

Target Platforms

See Also

Reference

AnnObject Class

AnnObject Members

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 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.