DiagramClientView.GetNudgeHorizontalDelta(Double) 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.
The horizontal amount (in world units) by which a nudge operation can move a shape.
public:
double GetNudgeHorizontalDelta(double screenHorizontalDelta);
public double GetNudgeHorizontalDelta (double screenHorizontalDelta);
member this.GetNudgeHorizontalDelta : double -> double
Public Function GetNudgeHorizontalDelta (screenHorizontalDelta As Double) As Double
Parameters
- screenHorizontalDelta
- Double
The horizontal amount in screen inches by which to nudge.
The screen inches are unaffected by zoom or DPI.