WebPlanner Programmer's Guide

Utilities.PointInEllipse Method

See Also
 


Checks whether the specified point is contained in the ellipse defined by the specified rectangle.

Namespace: MindFusion
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public static bool PointInEllipse (
    PointF pt,
    RectangleF rc
)

Visual Basic  Copy Code

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

 Parameters

pt
rc

 Return Value

 See Also