C#
VB
Java
Objective-C
WinRT C#
C++
Gets the bound of the label.
public LeadRectD GetBounds(
AnnContainerMapper mapper,
AnnLabel label,
AnnFixedStateOperations operations
)
Function GetBounds( _
ByVal mapper As Leadtools.Annotations.Core.AnnContainerMapper, _
ByVal label As Leadtools.Annotations.Core.AnnLabel, _
ByVal operations As Leadtools.Annotations.Core.AnnFixedStateOperations _
) As Leadtools.LeadRectD
Leadtools.LeadRectD GetBounds(
Leadtools.Annotations.Core.AnnContainerMapper mapper,
Leadtools.Annotations.Core.AnnLabel label,
Leadtools.Annotations.Core.AnnFixedStateOperations operations
)
-(void) getBoundsMapper:(LTAnnContainerMapper*) mapper
label:(LTAnnLabel*) label
operation:(LTAnnFixedStateOperations) operations;
function Leadtools.Annotations.Core.IAnnLabelRenderer.GetBounds(
mapper ,
label ,
operations
)
public:
LeadRectD^ GetBounds(
AnnContainerMapper^ mapper,
AnnLabel^ label,
AnnFixedStateOperations^ operations
)
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.
The bounds of the label.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET