Click or drag to resize

TransformationTransform Method

Transforms the given point to another location.

Namespace: GSF.Geo
Assembly: GSF.Geo (in GSF.Geo.dll) Version: 2.4.181.0 (2.4.181.0)
Syntax
public Point Transform(
	Point point,
	double scale = 1
)
View Source

Parameters

point  Point
The point to be transformed.
scale  Double  (Optional)
The scale to apply after the transformation.

Return Value

Point
The transformed point.
See Also