[]
        
(Showing Draft Content)

C1.Blazor.Chart.Padding.Subtract

Subtract Method

Subtract(Padding, Padding)

Subtracts one specified System.Windows.Forms.Padding value from another.

Declaration
public static Padding Subtract(Padding p1, Padding p2)
Parameters
Type Name Description
Padding p1

A System.Windows.Forms.Padding.

Padding p2

A System.Windows.Forms.Padding.

Returns
Type Description
Padding

A System.Windows.Forms.Padding that contains the result of the subtraction of one specified System.Windows.Forms.Padding value from another.