'Declaration Public Shared Function Create( _ ByVal factory As Factory, _ ByVal fillMode As FillMode, _ ByVal geometries() As Geometry _ ) As GeometryGroup
public static GeometryGroup Create( Factory factory, FillMode fillMode, Geometry[] geometries )
Parameters
- factory
- an instance of Factory
- fillMode
- A value that specifies the rule that a composite shape uses to determine whether a given point is part of the geometry.
- geometries
- An array containing the geometry objects to add to the geometry group. The number of elements in this array is indicated by the geometriesCount parameter.