Combine two Insets to produce the minimum
Inset. The minimum is the minimum value of each component to
produce the least possible inset or greatest possible outset.
Namespace: WebSupergoo.WordGlue4
Assembly: WordGlue4 (in WordGlue4.dll)
Version: 4.1.0.0 (4.1.0.0)
Syntax
public static Inset Min(
Inset a,
Inset b
)
Public Shared Function Min (
a As Inset,
b As Inset
) As Inset
static member Min :
a : Inset *
b : Inset -> Inset
Parameters
- a
- Type: WebSupergoo.WordGlue4Inset
An Inset.
- b
- Type: WebSupergoo.WordGlue4Inset
An Inset
Return Value
Type:
Inset
The resultant Inset.
See Also