MindFusion.Wpf Pack Programmer's Guide
InternalUtils.RectPtFromPercent Method
See Also
 





Calculates the point corresponding to the specified percent values relative to the specified rectangle.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public static Point RectPtFromPercent (
    Point ptPer,
    Rect rc
)

Visual Basic  Copy Code

Public Shared Function RectPtFromPercent( _
    ptPer As Point, _
    rc As Rect _
) As Point

 Parameters

ptPer

rc

 Return Value

 See Also

InternalUtils Members
InternalUtils Class
MindFusion.Diagramming.Wpf Namespace