Renders this thumb at the specified center location.
public virtual void Render(
IAnnObjectRenderer renderer,
AnnContainerMapper mapper,
LeadPointD location,
AnnFixedStateOperations operations
)
Public Overridable Sub Render( _
ByVal renderer As Leadtools.Annotations.Core.IAnnObjectRenderer, _
ByVal mapper As Leadtools.Annotations.Core.AnnContainerMapper, _
ByVal location As Leadtools.LeadPointD, _
ByVal operations As Leadtools.Annotations.Core.AnnFixedStateOperations _
)
public virtual void Render(
Leadtools.Annotations.Core.IAnnObjectRenderer renderer,
Leadtools.Annotations.Core.AnnContainerMapper mapper,
Leadtools.LeadPointD location,
Leadtools.Annotations.Core.AnnFixedStateOperations operations
)
- (void)renderer:(id<LTIAnnObjectRenderer>)renderer
mapper:(LTAnnContainerMapper *)mapper
location:(LeadPointD)location
operation:(LTAnnFixedStateOperations)operation
public void render(IAnnObjectRenderer renderer,
AnnContainerMapper mapper,
LeadPointD location,
int annFixedStateOperations)
function Leadtools.Annotations.Rendering.AnnThumbStyle.Render(
renderer ,
mapper ,
location ,
operations
)
public:
virtual void Render(
IAnnObjectRenderer^ renderer,
AnnContainerMapper^ mapper,
LeadPointD^ location,
AnnFixedStateOperations^ operations
)
renderer
The object renderer being invoked. Must not be null.
mapper
The mapper object to use for converting coordinates. Must not be null.
location
The center location of the thumb in container coordinates.
operations
The fixed state of the owner object.
This method is called by the renderer from the IAnnObjectRenderer.RenderThumbs and IAnnObjectRenderer.RenderRotatePointThumbs methods. The framework will call these methods to render the selected and rotation thumbs of an object.
This AnnThumbStyle performs the following during this method:
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