MESCIUS SPREAD for Windows Forms 17.0J
Xor メソッド

最初のリファレンス
2番目のリファレンス
2 つのリファレンスの差を計算します。 2 つの Reference の差により、最大 4 つの Reference が生成されます。2 つの Reference が交差しない場合は、長さ 0 の配列が返されます。
構文
'Declaration
 
Public Shared Function Xor( _
   ByVal rectA As Reference, _
   ByVal rectB As Reference _
) As Reference()
public static Reference[] Xor( 
   Reference rectA,
   Reference rectB
)

パラメータ

rectA
最初のリファレンス
rectB
2番目のリファレンス

戻り値の型

長さ 0 〜 4 の参照の null 以外の配列
参照

Reference 構造体
Reference メンバ

 

 


© MESCIUS inc. All rights reserved.