IShape.Move Method
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
'Declaration
Sub Move ( _
xposition As Double, _
yposition As Double, _
width As Double, _
height As Double _
)
void Move(
double xposition,
double yposition,
double width,
double height
)
void Move(
double xposition,
double yposition,
double width,
double height
)
abstract Move :
xposition:float *
yposition:float *
width:float *
height:float -> unit
function Move(
xposition : double,
yposition : double,
width : double,
height : double
)
Parameters
- xposition
Type: System.Double
- yposition
Type: System.Double
- width
Type: System.Double
- height
Type: System.Double
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Presentation Namespace