Bitmap for UWP
Create メソッド (GeometryGroup)

C1.UWP.DX アセンブリ > C1.Util.DX.Direct2D 名前空間 > GeometryGroup クラス : Create メソッド
an instance of Factory
A value that specifies the rule that a composite shape uses to determine whether a given point is part of the geometry.
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.
Creates an GeometryGroup, which is an object that holds other geometries.
シンタックス
'宣言
 
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
)

パラメータ

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.
解説
Geometry groups are a convenient way to group several geometries simultaneously so all figures of several distinct geometries are concatenated into one. To create a GeometryGroupobject, call the CreateGeometryGroup method on the Factoryobject, passing in the fillMode with possible values of FillMode.Alternate(alternate) and D2D1_FILL_MODE_WINDING, an array of geometry objects to add to the geometry group, and the number of elements in this array.
参照

GeometryGroup クラス
GeometryGroup メンバ