Combine two Insets to produce the maximum
Inset. The maximum is the maximum value of each component to
produce the greatest possible inset or least possible outset.
Namespace: WebSupergoo.WordGlue4
Assembly: WordGlue4 (in WordGlue4.dll)
Version: 4.1.0.0 (4.1.0.0)
Syntax
public static Inset Max(
Inset a,
Inset b
)
Public Shared Function Max (
a As Inset,
b As Inset
) As Inset
static member Max :
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