Click or drag to resize

ClipperScalePointD Method

Scales an integer point and returns a floating-point point.

Namespace: Clipper2Lib
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static PointD ScalePointD(
	Point64 pt,
	double scale
)

Parameters

pt  Point64
The point to scale.
scale  Double
The scale factor.

Return Value

PointD
The scaled floating-point point.
See Also