RectangleD.PerimeterTranslation Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
PerimeterTranslation(Double, Double) | |
PerimeterTranslation(PointD) |
PerimeterTranslation(Double, Double)
public:
Microsoft::VisualStudio::Modeling::Diagrams::PointD PerimeterTranslation(double x, double y);
public Microsoft.VisualStudio.Modeling.Diagrams.PointD PerimeterTranslation (double x, double y);
member this.PerimeterTranslation : double * double -> Microsoft.VisualStudio.Modeling.Diagrams.PointD
Public Function PerimeterTranslation (x As Double, y As Double) As PointD
Parameters
- x
- Double
- y
- Double
Returns
Applies to
PerimeterTranslation(PointD)
public:
Microsoft::VisualStudio::Modeling::Diagrams::PointD PerimeterTranslation(Microsoft::VisualStudio::Modeling::Diagrams::PointD pt);
public Microsoft.VisualStudio.Modeling.Diagrams.PointD PerimeterTranslation (Microsoft.VisualStudio.Modeling.Diagrams.PointD pt);
member this.PerimeterTranslation : Microsoft.VisualStudio.Modeling.Diagrams.PointD -> Microsoft.VisualStudio.Modeling.Diagrams.PointD
Public Function PerimeterTranslation (pt As PointD) As PointD
Parameters
- pt
- PointD