Bitmap for WPF
GetSourceGeometry(Int32) メソッド

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX.Direct2D 名前空間 > GeometryGroup クラス > GetSourceGeometry メソッド : GetSourceGeometry(Int32) メソッド
A value indicating the number of geometries to return in the geometries array. If this value is less than the number of geometries in the geometry group, the remaining geometries are omitted. If this value is larger than the number of geometries in the geometry group, the extra geometries are set to NULL. To obtain the number of geometries currently in the geometry group, use the {{GetSourceGeometryCount}} method.
Retrieves the geometries in the geometry group.
シンタックス
'宣言
 
Public Overloads Function GetSourceGeometry( _
   ByVal geometriesCount As System.Integer _
) As Geometry()
public Geometry[] GetSourceGeometry( 
   System.int geometriesCount
)

パラメータ

geometriesCount
A value indicating the number of geometries to return in the geometries array. If this value is less than the number of geometries in the geometry group, the remaining geometries are omitted. If this value is larger than the number of geometries in the geometry group, the extra geometries are set to NULL. To obtain the number of geometries currently in the geometry group, use the {{GetSourceGeometryCount}} method.

戻り値の型

an array of geometries to be filled by this method. The length of the array is specified by the geometryCount parameter.
解説
The returned geometries are referenced and counted, and the caller must release them.
参照

GeometryGroup クラス
GeometryGroup メンバ
オーバーロード一覧