Click or drag to resize

ClipperScalePoint64 Method

Scales an integer point and returns an integer point.

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

Parameters

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

Return Value

Point64
The scaled integer point.
See Also