ClipperScalePoint64 Method |
Scales an integer point and returns an integer point.
Namespace: Clipper2LibAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static Point64 ScalePoint64(
Point64 pt,
double scale
)
Parameters
- pt Point64
- The point to scale.
- scale Double
- The scale factor.
Return Value
Point64The scaled integer point.
See Also