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
Return Value
See Also
|