WebPlanner Programmer's Guide

Utilities.GetRectIntr Method

See Also
 


Namespace: MindFusion
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public static void GetRectIntr (
    RectangleF rcBox,
    PointF pt1,
    PointF pt2,
    ref PointF pt
)

Visual Basic  Copy Code

Public Shared Sub GetRectIntr ( _
    rcBox As RectangleF, _
    pt1 As PointF, _
    pt2 As PointF, _
    ByRef pt As PointF _
)

 Parameters

rcBox
pt1
pt2
pt

 See Also