Summary
Deconstructor the thickness into its left, top, right and bottom thickness values.
Syntax
public void Deconstruct(out double left, out double top, out double right, out double bottom)
Parameters
Name | Type | Description |
---|---|---|
left | double | The thickness on the left. |
top | double | The thickness on the top. |
right | double | The thickness on the right. |
bottom | double | The thickness on the bottom. |
Return Value
Type | Description |
---|---|
void |