RectangleD.PerimeterTranslation Method (Double, Double)

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)

Syntax

'宣言
Public Function PerimeterTranslation ( _
    x As Double, _
    y As Double _
) As PointD
'使用
Dim instance As RectangleD
Dim x As Double
Dim y As Double
Dim returnValue As PointD

returnValue = instance.PerimeterTranslation(x, _
    y)
public PointD PerimeterTranslation(
    double x,
    double y
)
public:
PointD PerimeterTranslation(
    double x, 
    double y
)
public function PerimeterTranslation(
    x : double, 
    y : double
) : PointD

Parameters

Return Value

Type: Microsoft.VisualStudio.Modeling.Diagrams.PointD

Permissions

See Also

Reference

RectangleD Structure

RectangleD Members

PerimeterTranslation Overload

Microsoft.VisualStudio.Modeling.Diagrams Namespace