Initializes a new instance of AnnRunDesigner with the specified parameters.
public AnnRunDesigner(
IAnnAutomationControl automationControl,
AnnContainer container,
AnnObject annObject
)
Public Function New( _
ByVal automationControl As Leadtools.Annotations.Core.IAnnAutomationControl, _
ByVal container As Leadtools.Annotations.Core.AnnContainer, _
ByVal annObject As Leadtools.Annotations.Core.AnnObject _
)
public AnnRunDesigner(
Leadtools.Annotations.Core.IAnnAutomationControl automationControl,
Leadtools.Annotations.Core.AnnContainer container,
Leadtools.Annotations.Core.AnnObject annObject
)
- (instancetype)initWithControl:(id<LTIAnnAutomationControl>)control
container:(LTAnnContainer *)container
object:(LTAnnObject *)annObject
public AnnRunDesigner(
IAnnAutomationControl automationControl,
AnnContainer container,
AnnObject annObject
)
function AnnRunDesigner(
automationControl ,
container ,
annObject
)
public:
AnnRunDesigner(IAnnAutomationControl^ automationControl, AnnContainer^ container, AnnObject^ annObject)
automationControl
The automation control associated with this designer.
container
The container to use.
annObject
The target object.
This method sets the container to the Container property and the annObject to the TargetObject property. automationControl is optional and can be null. If the various derived designers determine that the surface of the container needs repainting they call the Invalidate method to perform that. In turn, the Invalidate method whether there is a valid object in the AutomationControl, and call its AutomationInvalidate 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