Click or drag to resize
GePolygon Constructor (IGeRing, GeRingCollection)
Initializes a new instance of the GePolygon class

Namespace: FDF.Common.Geometries
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public GePolygon(
	IGeRing shell,
	GeRingCollection holes
)

Parameters

shell
Type: FDF.Common.GeometriesIGeRing
holes
Type: FDF.Common.GeometriesGeRingCollection
See Also