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)
Syntax
void Move(
double xposition,
double yposition,
double width = -1,
double height = -1
)
void Move(
double xposition,
double yposition,
double width = -1,
double height = -1
)
abstract Move :
xposition:float *
yposition:float *
width:float = -1 *
height:float = -1 -> unit
Sub Move (
xposition As Double,
yposition As Double,
width As Double,
height As Double
)
Parameters
- xposition
Type: System.Double
- yposition
Type: System.Double
- width
Type: System.Double
- height
Type: System.Double
See Also
IShape Interface
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Presentation Namespace
Return to top