Поделиться через


IShape.Move - метод

Изменяет положение и размер фигуры.

Пространство имен:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.Presentation
Сборка:  Microsoft.VisualStudio.ArchitectureTools.Extensibility (в Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)

Синтаксис

'Декларация
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
)

Параметры

Безопасность платформы .NET Framework

См. также

Ссылки

IShape Интерфейс

Microsoft.VisualStudio.ArchitectureTools.Extensibility.Presentation - пространство имен