Share via


RectangleD.PerimeterTranslation Method (Double, Double)

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

Syntax

'Declaration
Public Function PerimeterTranslation ( _
    x As Double, _
    y As Double _
) As PointD
public PointD PerimeterTranslation(
    double x,
    double y
)
public:
PointD PerimeterTranslation(
    double x, 
    double y
)
member PerimeterTranslation : 
        x:float * 
        y:float -> PointD 
public function PerimeterTranslation(
    x : double, 
    y : double
) : PointD

Parameters

Return Value

Type: Microsoft.VisualStudio.Modeling.Diagrams.PointD

.NET Framework Security

See Also

Reference

RectangleD Structure

PerimeterTranslation Overload

Microsoft.VisualStudio.Modeling.Diagrams Namespace