WebPlanner Programmer's Guide

Utilities.PointInPolyRect Method

See Also
 


Namespace: MindFusion
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public static bool PointInPolyRect (
    PointF[] poly,
    PointF ptTest,
    ref RectangleF rBound
)

Visual Basic  Copy Code

Public Shared Function PointInPolyRect ( _
    poly() As PointF, _
    ptTest As PointF, _
    ByRef rBound As RectangleF _
) As Boolean

 Parameters

poly
ptTest
rBound

 Return Value

 See Also