DiagramClientView::ResizeSelection Method (GrabHandle::ShapeSide, PointD)

 

Resizes the shapes in the selection

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

public:
void ResizeSelection(
	GrabHandle::ShapeSide sideToResize,
	PointD resizeDelta
)

Parameters

sideToResize
Type: Microsoft.VisualStudio.Modeling.Diagrams::GrabHandle::ShapeSide

The side of the shape to resize.

resizeDelta
Type: Microsoft.VisualStudio.Modeling.Diagrams::PointD

The amount to resize each shape by in world units.

Return to top
Show: