DiagramClientView.Nudge(SizeD) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Repositions the selected shapes by the specified delta in world units.
public:
void Nudge(Microsoft::VisualStudio::Modeling::Diagrams::SizeD nudgeDelta);
public void Nudge (Microsoft.VisualStudio.Modeling.Diagrams.SizeD nudgeDelta);
member this.Nudge : Microsoft.VisualStudio.Modeling.Diagrams.SizeD -> unit
Public Sub Nudge (nudgeDelta As SizeD)
Parameters
- nudgeDelta
- SizeD
The amount in world units by which to reposition the selected shapes.