Back to Devexpress

TreeMapPadding.Subtract(TreeMapPadding, TreeMapPadding) Method

windowsforms-devexpress-dot-xtratreemap-dot-treemappadding-dot-subtract-x28-devexpress-dot-xtratreemap-dot-treemappadding-devexpress-dot-xtratreemap-dot-treemappadding-x29.md

latest1.7 KB
Original Source

TreeMapPadding.Subtract(TreeMapPadding, TreeMapPadding) Method

Returns the padding that is the difference between two paddings.

Namespace : DevExpress.XtraTreeMap

Assembly : DevExpress.XtraTreeMap.v25.2.dll

NuGet Package : DevExpress.TreeMap

Declaration

csharp
public static TreeMapPadding Subtract(
    TreeMapPadding p1,
    TreeMapPadding p2
)
vb
Public Shared Function Subtract(
    p1 As TreeMapPadding,
    p2 As TreeMapPadding
) As TreeMapPadding

Parameters

NameTypeDescription
p1TreeMapPadding

The minuend.

| | p2 | TreeMapPadding |

The subtrahend.

|

Returns

TypeDescription
TreeMapPadding

The result of subtraction.

|

Remarks

The Right, Top, Left, and Bottom property values of the second padding are subtracted from the corresponding values of the first padding.

See Also

TreeMapPadding Struct

TreeMapPadding Members

DevExpress.XtraTreeMap Namespace