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

.NET Framework Security

See Also

Reference

IShape Interface

Microsoft.VisualStudio.ArchitectureTools.Extensibility.Presentation Namespace