ActiveReports for .NET 18.0J
IsVisible メソッド (GraphicsPath)

GrapeCity.ActiveReports.Chart.Drawing.Drawing2D 名前空間 > GraphicsPath クラス : IsVisible メソッド
テストするポイントを表します。
指定されたポイントがこの GraphicsPath 内に含まれるかどうかを示します。
シンタックス
'宣言
 
Public Function IsVisible( _
   ByVal point As PointF _
) As Boolean
public bool IsVisible( 
   PointF point
)

パラメータ

point
テストするポイントを表します。

戻り値の型

このメソッドは、指定されたポイントがこの GraphicsPath 内に含まれる場合は true を返します。それ以外の場合は falseを返します。
参照

GraphicsPath クラス
GraphicsPath メンバ