Adds resize boxes to an interactor.
Namespace: TallComponents.Interaction.WinForms.LayersAssembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0
Syntax
| C# |
|---|
public class ResizeLayer : WinFormsInteractorLayer |
| Visual Basic |
|---|
Public Class ResizeLayer _ Inherits WinFormsInteractorLayer |
Remarks
The interactor must implement the IRelocate interface in order for the resize boxes to have any effect.
Resizing an interactor is implemented by changing its transformation. For interactors that have a zero width/height this impossible, as these cannot be scaled. If such interactors are encountered, a new transformation is computed that assumes that the existing width/height is 1. Interactors that implement the IRelocate interface should take this into account.
Inheritance Hierarchy
System..::..Object
TallComponents.Interaction..::..InteractorLayer
TallComponents.Interaction.WinForms.Layers..::..WinFormsInteractorLayer
TallComponents.Interaction.WinForms.Layers..::..ResizeLayer
TallComponents.Interaction..::..InteractorLayer
TallComponents.Interaction.WinForms.Layers..::..WinFormsInteractorLayer
TallComponents.Interaction.WinForms.Layers..::..ResizeLayer