IShape::Move Method (Double, Double, Double, Double)

 

Changes the position and size of the shape.

Namespace:   Microsoft.VisualStudio.ArchitectureTools.Extensibility.Presentation
Assembly:  Microsoft.VisualStudio.ArchitectureTools.Extensibility (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)

void Move(
	double xposition,
	double yposition,
	double width = -1,
	double height = -1
)

Parameters

xposition
Type: System::Double
yposition
Type: System::Double
width
Type: System::Double
height
Type: System::Double
Return to top
Show: