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

AnnDesigner Constructor (AnnDesigner)

Show in webframe
The automation control associated with this designer.
The container to use. Must not be null.
The target object.
Initializes a new instance of AnnDesigner with the specified parameters.
Syntax
function AnnDesigner( 
   automationControl ,
   container ,
   annObject 
)

Parameters

ParameterTypeDescription
automationControlIAnnAutomationControlThe automation control associated with this designer.
containerAnnContainerThe container to use. Must not be null.
annObjectAnnObjectThe target object.
Remarks

This method sets the container to the Container property and the annObject to the TargetObject property.

automationControl is optional and can be null. The various derived designers may determine that the surface of the container needs repainting and will call the Invalidate method to perform that. In turn, the Invalidate method will determine if there is a valid object in the AutomationControl and call its AutomationInvalidate method.

See Also

Reference

AnnDesigner Object
AnnDesigner Members

Error processing SSI file