'宣言
Public Shared Function IsPointInPolygon( _ ByVal p As IPoint, _ ByVal polygon As List(Of IPoint) _ ) As Boolean
public static bool IsPointInPolygon( IPoint p, List<IPoint> polygon )
パラメータ
- p
- polygon
'宣言
Public Shared Function IsPointInPolygon( _ ByVal p As IPoint, _ ByVal polygon As List(Of IPoint) _ ) As Boolean
public static bool IsPointInPolygon( IPoint p, List<IPoint> polygon )