DiagramClientView.ResizeSelection(GrabHandle+ShapeSide, PointD) 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.
Resizes the shapes in the selection
public:
void ResizeSelection(Microsoft::VisualStudio::Modeling::Diagrams::GrabHandle::ShapeSide sideToResize, Microsoft::VisualStudio::Modeling::Diagrams::PointD resizeDelta);
public void ResizeSelection (Microsoft.VisualStudio.Modeling.Diagrams.GrabHandle.ShapeSide sideToResize, Microsoft.VisualStudio.Modeling.Diagrams.PointD resizeDelta);
member this.ResizeSelection : Microsoft.VisualStudio.Modeling.Diagrams.GrabHandle.ShapeSide * Microsoft.VisualStudio.Modeling.Diagrams.PointD -> unit
Public Sub ResizeSelection (sideToResize As GrabHandle.ShapeSide, resizeDelta As PointD)
Parameters
- sideToResize
- GrabHandle.ShapeSide
The side of the shape to resize.
- resizeDelta
- PointD
The amount to resize each shape by in world units.