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