C#
VB
Java
Objective-C
WinRT C#
C++
Initializes a new AnnSelectionEditDesigner method.
public AnnSelectionEditDesigner(
IAnnAutomationControl automationControl,
AnnContainer container,
AnnSelectionObject annSelectionObject
)
Public Function New( _
ByVal automationControl As Leadtools.Annotations.Core.IAnnAutomationControl, _
ByVal container As Leadtools.Annotations.Core.AnnContainer, _
ByVal annSelectionObject As Leadtools.Annotations.Core.AnnSelectionObject _
)
public AnnSelectionEditDesigner(
Leadtools.Annotations.Core.IAnnAutomationControl automationControl,
Leadtools.Annotations.Core.AnnContainer container,
Leadtools.Annotations.Core.AnnSelectionObject annSelectionObject
)
- (instancetype)initWithControl:(id<LTIAnnAutomationControl>)control
container:(LTAnnContainer *)container
object:(LTAnnSelectionObject *)annObject
public AnnSelectionEditDesigner(
IAnnAutomationControl automationControl,
AnnContainer container,
AnnSelectionObject annSelectionObject
)
function AnnSelectionEditDesigner(
automationControl ,
container ,
annSelectionObject
)
public:
AnnSelectionEditDesigner(IAnnAutomationControl^ automationControl, AnnContainer^ container, AnnSelectionObject^ annSelectionObject)
automationControl
The automation control associated with this designer.
container
The container to use.
annSelectionObject
The target object.
This method sets the container to the Container property and the annSelectionObject to the TargetObject property.
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