Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.Annotations.Designers Assembly > Leadtools.Annotations.Designers Namespace > AnnLineDrawDesigner Class : AnnLineDrawDesigner Constructor |
public AnnLineDrawDesigner( IAnnAutomationControl automationControl, AnnContainer container, AnnPolylineObject annLineObject )
'Declaration
Public Function New( _ ByVal automationControl As IAnnAutomationControl, _ ByVal container As AnnContainer, _ ByVal annLineObject As AnnPolylineObject _ )
'Usage
Dim automationControl As IAnnAutomationControl Dim container As AnnContainer Dim annLineObject As AnnPolylineObject Dim instance As New AnnLineDrawDesigner(automationControl, container, annLineObject)
public AnnLineDrawDesigner( IAnnAutomationControl automationControl, AnnContainer container, AnnPolylineObject annLineObject )
- (instancetype)initWithControl:(id<LTIAnnAutomationControl>)control
container:(LTAnnContainer *)container
object:(LTAnnPolylineObject *)annObject
public AnnLineDrawDesigner(IAnnAutomationControl automationControl,
AnnContainer container,
AnnPolylineObject annLineObject)
function AnnLineDrawDesigner( automationControl , container , annLineObject )
This method sets the container to the Container property and the annLineObject to the TargetObject property.