FlexReport for WinForms
IntersectsWith(Rect,Point,Point) メソッド


C1.Document.4.6.2 アセンブリ > C1.Document 名前空間 > FC クラス > IntersectsWith メソッド : IntersectsWith(Rect,Point,Point) メソッド
For internal use. Returns true if line segment specified by the p1 and p2 intersects the rectangle r.
シンタックス
'宣言
 
Public Overloads Shared Function IntersectsWith( _
   ByVal r As Rect, _
   ByVal p1 As Point, _
   ByVal p2 As Point _
) As System.Boolean
'使用法
 
Dim r As Rect
Dim p1 As Point
Dim p2 As Point
Dim value As System.Boolean
 
value = FC.IntersectsWith(r, p1, p2)
public static System.bool IntersectsWith( 
   Rect r,
   Point p1,
   Point p2
)

パラメータ

r
p1
p2
参照

参照

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