RectangleD.PerimeterTranslation Method (Double, Double)
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.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
- x
Type: Double
- y
Type: Double
Return Value
Type: Microsoft.VisualStudio.Modeling.Diagrams.PointD
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.