Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

ControlRegionRenderCallback Delegate

Show in webframe
The target control.
The target render context.
Transformation matrix to use.
The region object to render.
Opacity to use when rending the region. Value is from 0 (transparent) to 1.0 (fully opaque).
The animation index, this is a value that will range from 0 to MaximumAnimateIndex and back and allows the user to use it as an animation key if desired.
Callback used to customize rendering the outline of regions.
Syntax
ControlRegionRenderCallback( 
   target ,
   context ,
   transform ,
   region ,
   opacity ,
   animateIndex 
)

Parameters

ParameterTypeDescription
targetobjectThe target control.
contextCanvasContext2DThe target render context.
transformLeadMatrixTransformation matrix to use.
regionobjectThe region object to render.
opacitydoubleOpacity to use when rending the region. Value is from 0 (transparent) to 1.0 (fully opaque).
animateIndexintThe animation index, this is a value that will range from 0 to MaximumAnimateIndex and back and allows the user to use it as an animation key if desired.
See Also

Reference

ControlRegionRenderCallback Members
Leadtools.Controls Namespace

Error processing SSI file