RenderLabel Method (original) (raw)
Summary
Renders the specified AnnLabel object.
Syntax
C#
Objective-C
C++/CLI
Java
Python
- (void)renderLabelMapper:(LTAnnContainerMapper *)mapper label:(LTAnnLabel *)label operations:(LTAnnFixedStateOperations)operations NS_SWIFT_NAME(render(mapper:lable:operations:));
void renderLabel(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.