Click or drag to resize

GraphicBaseToUnrotatedDifference(PointD2D, PointD2D) Method

[Missing <summary> documentation for "M:Altaxo.Graph.Gdi.Shapes.GraphicBase.ToUnrotatedDifference(Altaxo.Geometry.PointD2D,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 PointD2D ToUnrotatedDifference(
	PointD2D pivot,
	PointD2D point
)

Parameters

pivot  PointD2D

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

point  PointD2D

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

Return Value

PointD2D

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

See Also