GetBounds Method (original) (raw)
Summary
Gets the bound of the label.
Syntax
C#
Objective-C
C++/CLI
Java
Python
- (LeadRectD)getBoundsMapper:(LTAnnContainerMapper *)mapper label:(LTAnnLabel *)label operations:(LTAnnFixedStateOperations)operations NS_SWIFT_NAME(getBounds(mapper🏷️operations:));
LeadRectD getBounds(AnnContainerMapper mapper, AnnLabel label, int annFixedStateOperations);
Parameters
mapper
An AnnContainerMapper used for converting the coordinates for rendering.
label
The AnnLabel to be rendered.
operations
An AnnFixedStateOperations value that controls the fixed state of the object to be rendered.
Return Value
The bounds of the label.