|
TransformationTransform Method
|
Transforms the given point to another location.
Namespace: GSF.GeoAssembly: GSF.Geo (in GSF.Geo.dll) Version: 2.4.207.0 (2.4.207.0)
Syntax Public Function Transform (
point As Point,
Optional scale As Double = 1
) As Point
member Transform :
point : Point *
?scale : float
(* Defaults:
let _scale = defaultArg scale 1
*)
-> Point
function Transform(point, scale);
View SourceParameters
- point Point
- The point to be transformed.
- scale Double (Optional)
- The scale to apply after the transformation.
Return Value
PointThe transformed point.
See Also