Click or drag to resize

ThicknessMultiplyConverterMultiply Method

Multiplies all corresponding members of both structures.

Namespace:  TomsToolbox.Wpf.Converters
Assembly:  TomsToolbox.Wpf (in TomsToolbox.Wpf.dll)
Syntax
public static Thickness Multiply(
	Thickness first,
	Thickness second
)

Parameters

first
Type: System.WindowsThickness
The first.
second
Type: System.WindowsThickness
The second.

Return Value

Type: Thickness
The multiplied thickness.
See Also