Click or drag to resize

GraphicBaseSetRelativeSizePositionFromAbsoluteValues Method

Sets the size and position of this item in relative units, calculated from absolute values. Note that the ParentSize must be set prior to calling this function.

Namespace: Altaxo.Graph.Gdi.Shapes
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public virtual void SetRelativeSizePositionFromAbsoluteValues(
	PointD2D absSize,
	PointD2D absPos
)

Parameters

absSize  PointD2D
Absolute size of the item.
absPos  PointD2D
Absolute position of the item.
See Also