RenderThumbs Method (original) (raw)
Summary
Renders the thumbs of an object.
Syntax
C#
Objective-C
C++/CLI
Java
Python
- (void)renderThumbsMapper:(LTAnnContainerMapper *)mapper thumbsLocations:(LTLeadPointCollection *)thumbLocations operations:(LTAnnFixedStateOperations)operations NS_SWIFT_NAME(renderThumbs(mapper:thumbsLocation:operations:));
void renderThumbs(AnnContainerMapper mapper, LeadPointD[] thumbLocations, int annFixedStateOperations);
Parameters
mapper
The mapper object to use for converting coordinates. This value must not be null.
thumbLocations
Locations of the thumbs in container coordinates.
operations
The fixed state of the owner object.