Click or drag to resize
GeGeometryComplexTScale Method
Returns object that is result of scaling of this object using specified scale factor with respect to the center point.

Namespace: FDF.Common.Geometries
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public IGeGeometry Scale(
	double scaleFactor,
	GeCoordinate center
)

Parameters

scaleFactor
Type: SystemDouble
Scale factor (must be >0).
center
Type: FDF.Common.GeometriesGeCoordinate
Scaling origin.

Return Value

Type: IGeGeometry

Implements

IGeTransformableTScale(Double, GeCoordinate)
Remarks