Click or drag to resize

ClipperScalePathD Method

[Missing <summary> documentation for "M:Clipper2Lib.Clipper.ScalePathD(Clipper2Lib.Path64,System.Double)"]


Namespace: Clipper2Lib
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public static PathD ScalePathD(
	Path64 path,
	double scale
)

Parameters

path  Path64

[Missing <param name="path"/> documentation for "M:Clipper2Lib.Clipper.ScalePathD(Clipper2Lib.Path64,System.Double)"]

scale  Double

[Missing <param name="scale"/> documentation for "M:Clipper2Lib.Clipper.ScalePathD(Clipper2Lib.Path64,System.Double)"]

Return Value

PathD

[Missing <returns> documentation for "M:Clipper2Lib.Clipper.ScalePathD(Clipper2Lib.Path64,System.Double)"]

See Also