Bitmap for UWP
Compare(Geometry) メソッド

C1.UWP.DX アセンブリ > C1.Util.DX.Direct2D 名前空間 > Geometry クラス > Compare メソッド : Compare(Geometry) メソッド
The geometry to test.
Describes the intersection between this geometry and the specified geometry. The comparison is performed by using the specified flattening tolerance.
シンタックス
'宣言
 
Public Overloads Function Compare( _
   ByVal inputGeometry As Geometry _
) As GeometryRelation
public GeometryRelation Compare( 
   Geometry inputGeometry
)

パラメータ

inputGeometry
The geometry to test.

戻り値の型

When this method returns, contains a reference to a value that describes how this geometry is related to inputGeometry. You must allocate storage for this parameter.
解説
When interpreting the returned relation value, it is important to remember that the member C1.Win.DX.Direct2D.GeometryRelation.IsContainedof the D2D1_GEOMETRY_RELATION enumeration type means that this geometry is contained inside inputGeometry, not that this geometry contains inputGeometry. For more information about how to interpret other possible return values, see C1.Win.DX.Direct2D.GeometryRelation.
参照

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