GrapeCity ActiveReports for .NET 12.0J
Intersect メソッド

交差する第1の長方形
交差する第2の長方形
交差する長方形を取得します。
構文
'宣言
 
Public Shared Function Intersect( _
   ByVal rect1 As RectangleFEx, _
   ByVal rect2 As RectangleFEx _
) As RectangleFEx
public static RectangleFEx Intersect( 
   RectangleFEx rect1,
   RectangleFEx rect2
)

パラメータ

rect1
交差する第1の長方形
rect2
交差する第2の長方形

戻り値の型

指定した長方形の交差部分を表す長方形。
参照

関連項目

RectangleFEx 構造体
RectangleFEx メンバ

 

 


Copyright © 2003 GrapeCity inc. All rights reserved.