←Select platform

RenderedObjectBounds Property

Summary

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

Syntax
C#
VB
Objective-C
C++
Java
public LeadRectD RenderedObjectBounds { get; set; } 
Public Property RenderedObjectBounds As LeadRectD 
@property (nonatomic) LeadRectD renderedObjectBounds; 
public LeadRectD getRenderedObjectBounds() 
public void setRenderedObjectBounds(LeadRectD bounds) 
public:  
   property LeadRectD^ RenderedObjectBounds 
   { 
      LeadRectD^ get() 
      void set(LeadRectD^ value) 
   } 

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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly