WebPlanner Programmer's Guide

Utilities.PointInRect Method

See Also
 


Checks whether the specified rectangle contains the specified point.

Namespace: MindFusion
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public static bool PointInRect (
    PointF pt,
    RectangleF rc
)

Visual Basic  Copy Code

Public Shared Function PointInRect ( _
    pt As PointF, _
    rc As RectangleF _
) As Boolean

 Parameters

pt
rc

 Return Value

 See Also