Click or drag to resize

GraphicBaseToUnrotatedDifference(Double, PointD2D) Method

[Missing <summary> documentation for "M:Altaxo.Graph.Gdi.Shapes.GraphicBase.ToUnrotatedDifference(System.Double,Altaxo.Geometry.PointD2D)"]


Namespace: Altaxo.Graph.Gdi.Shapes
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static PointD2D ToUnrotatedDifference(
	double rotation,
	PointD2D diff
)

Parameters

rotation  Double

[Missing <param name="rotation"/> documentation for "M:Altaxo.Graph.Gdi.Shapes.GraphicBase.ToUnrotatedDifference(System.Double,Altaxo.Geometry.PointD2D)"]

diff  PointD2D

[Missing <param name="diff"/> documentation for "M:Altaxo.Graph.Gdi.Shapes.GraphicBase.ToUnrotatedDifference(System.Double,Altaxo.Geometry.PointD2D)"]

Return Value

PointD2D

[Missing <returns> documentation for "M:Altaxo.Graph.Gdi.Shapes.GraphicBase.ToUnrotatedDifference(System.Double,Altaxo.Geometry.PointD2D)"]

See Also