Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Annotations.Rendering)

RenderShape Method (AnnTextReviewObjectRenderer)

Show in webframe
The mapper object to use for converting coordinates. Must not be null.
The object to render. Must not be null.
The graphics context to use when rendering the object.
Rectangle area to render this shape.
Renders the shape of a AnnTextReviewObject object.
Syntax
 function Leadtools.Annotations.Rendering.AnnTextReviewObjectRenderer.renderShape( 
   mapper ,
   annTextReviewObject ,
   context ,
   rect 
)

Parameters

ParameterTypeDescription
mapperAnnContainerMapperThe mapper object to use for converting coordinates. Must not be null.
annTextReviewObjectAnnTextReviewObjectThe object to render. Must not be null.
contextCanvasContext2DThe graphics context to use when rendering the object.
rectLeadRectDRectangle area to render this shape.
Remarks

This method is called by this renderer for each rectangle in the AnnTextReviewObject. The derived classes can render the exact shape required in rect.

See Also

Reference

AnnTextReviewObjectRenderer Object
AnnTextReviewObjectRenderer Members

Error processing SSI file