RenderedObjectBounds Property (original) (raw)

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)

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.

Leadtools.Annotations.Engine Assembly