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 > AnnRectangleDrawDesigner Class : AnnRectangleDrawDesigner Constructor |
public AnnRectangleDrawDesigner( IAnnAutomationControl automationControl, AnnContainer container, AnnRectangleObject annRectObject )
'Declaration
Public Function New( _ ByVal automationControl As IAnnAutomationControl, _ ByVal container As AnnContainer, _ ByVal annRectObject As AnnRectangleObject _ )
'Usage
Dim automationControl As IAnnAutomationControl Dim container As AnnContainer Dim annRectObject As AnnRectangleObject Dim instance As New AnnRectangleDrawDesigner(automationControl, container, annRectObject)
public AnnRectangleDrawDesigner( IAnnAutomationControl automationControl, AnnContainer container, AnnRectangleObject annRectObject )
- (instancetype)initWithControl:(id<LTIAnnAutomationControl>)control
container:(LTAnnContainer *)container
object:(LTAnnRectangleObject *)annObject
public AnnRectangleDrawDesigner(
IAnnAutomationControl automationControl,
AnnContainer container,
AnnRectangleObject annRectObject
)
function AnnRectangleDrawDesigner( automationControl , container , annRectObject )
This method sets the container to the Container property and the annRectObject to the TargetObject property.