C#
VB
Java
Objective-C
WinRT C#
C++
Renders the specified AnnLabel object.
public void RenderLabel(
AnnContainerMapper mapper,
AnnLabel label,
AnnFixedStateOperations operations
)
Sub RenderLabel( _
ByVal mapper As Leadtools.Annotations.Core.AnnContainerMapper, _
ByVal label As Leadtools.Annotations.Core.AnnLabel, _
ByVal operations As Leadtools.Annotations.Core.AnnFixedStateOperations _
)
void RenderLabel(
Leadtools.Annotations.Core.AnnContainerMapper mapper,
Leadtools.Annotations.Core.AnnLabel label,
Leadtools.Annotations.Core.AnnFixedStateOperations operations
)
-(void) renderLabelMapper:(LTAnnContainerMapper*) mapper
label:(LTAnnLabel*) label
operations:(LTAnnFixedStateOperations) operations;
function Leadtools.Annotations.Core.IAnnLabelRenderer.RenderLabel(
mapper ,
label ,
operations
)
public:
void RenderLabel(
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.
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