Processed2DPlotDataGetPlotPointsInAbsoluteLayerCoordinatesWithShift Method |
Shift the plot points provided in pdata with a logical shift in x- and/or y- direction.
Namespace: Altaxo.Graph.Gdi.Plot.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static PointF[]? GetPlotPointsInAbsoluteLayerCoordinatesWithShift(
Processed2DPlotData pdata,
IPlotArea layer,
double logicalShiftX,
double logicalShiftY
)
Parameters
- pdata Processed2DPlotData
- The plot point position data.
- layer IPlotArea
- The plot layer for which the data are intended.
- logicalShiftX Double
- The logical shift in x-direction.
- logicalShiftY Double
- The logical shift in y-direction.
Return Value
PointFArray of plot point positions, but now shifted by logical values in x-direction (
logicalShiftX) and y-direction (
logicalShiftY).
See Also