RenderLocked Method (original) (raw)
Summary
Renders the lock portion of the object.
Syntax
C#
Objective-C
C++/CLI
Java
Python
- (void)renderLockedMapper:(LTAnnContainerMapper *)mapper object:(LTAnnObject *)annObject operations:(LTAnnFixedStateOperations)operations NS_SWIFT_NAME(renderLocked(mapper:object:operations:));
void renderLocked(AnnContainerMapper mapper, AnnObject annObject, int annFixedStateOperations);
Parameters
mapper
The mapper object to use for converting coordinates. This value must not be null.
annObject
The object to render.
operations
The fixed state of the owner object.