Aracılığıyla paylaş


IShape.Move Yöntem

Konumu ve boyutu şeklini değiştirir.

Ad alanı:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.Presentation
Derleme:  Microsoft.VisualStudio.ArchitectureTools.Extensibility (Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll içinde)

Sözdizimi

'Bildirim
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
)

Parametreler

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

IShape Arabirim

Microsoft.VisualStudio.ArchitectureTools.Extensibility.Presentation Ad Alanı