Changes the location of the annotation so that it matches the current
transformation of its interactor.
Namespace: TallComponents.Interaction.WinForms.Interactors.AnnotationsAssembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0
Syntax
| C# |
|---|
public virtual void Relocate() |
| Visual Basic |
|---|
Public Overridable Sub Relocate |
Implements
IRelocate..::..Relocate()()()()
Remarks
This base method just changes the Left, Bottom, Width and Height properties
of the annotation. Some annotation types require more changes. The line markup annotation
for example specifies the line coordinates in the page coordinate system. For such
annotation types the Relocate a more specific implementation is provided.