Click or drag to resize
GePoint Constructor (GeCoordinate, GeAngle)
Initializes a new instance of the GePoint class

Namespace: FDF.Common.Geometries
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public GePoint(
	GeCoordinate coord,
	GeAngle rotation
)

Parameters

coord
Type: FDF.Common.GeometriesGeCoordinate
rotation
Type: FDF.Common.GeometriesGeAngle
See Also