Click or drag to resize
GeManagerGetGridCoordinatesByCount Method

Namespace: FDF.Common.Geometries
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public static GeCoordinateCollection GetGridCoordinatesByCount(
	GeEnvelope envelope,
	int cellsX,
	int cellsY
)

Parameters

envelope
Type: FDF.Common.GeometriesGeEnvelope
cellsX
Type: SystemInt32
cellsY
Type: SystemInt32

Return Value

Type: GeCoordinateCollection
See Also