Generate an Inset which will map one Rect to
another.
Namespace: WebSupergoo.WordGlue4
Assembly: WordGlue4 (in WordGlue4.dll)
Version: 4.1.0.0 (4.1.0.0)
Syntax
public static Inset Map(
Rect r1,
Rect r2
)
Public Shared Function Map (
r1 As Rect,
r2 As Rect
) As Inset
static member Map :
r1 : Rect *
r2 : Rect -> Inset
Parameters
- r1
- Type: WebSupergoo.WordGlue4Rect
The start rect.
- r2
- Type: WebSupergoo.WordGlue4Rect
The final rect.
Return Value
Type:
Inset
An Inset containing the result.
See Also