public AnnRectangleDrawDesigner( IAnnAutomationControl automationControl, AnnContainer container, AnnRectangleObject annRectObject )
Public Function New( _ ByVal automationControl As IAnnAutomationControl, _ ByVal container As AnnContainer, _ ByVal annRectObject As AnnRectangleObject _ )
public AnnRectangleDrawDesigner( IAnnAutomationControl automationControl, AnnContainer container, AnnRectangleObject annRectObject )
-(id) initWithControl:(id<LTIAnnAutomationControl>) control
container:(LTAnnContainer*) aContainer
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.