[]
        
(Showing Draft Content)

C1.Blazor.Chart.Padding.op_Subtraction

operator - Operator

operator -(Padding, Padding)

Performs vector subtraction on the two specified System.Windows.Forms.Padding objects, resulting in a new System.Windows.Forms.Padding.

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

The System.Windows.Forms.Padding to subtract from (the minuend).

Padding p2

The System.Windows.Forms.Padding to subtract from (the subtrahend).

Returns
Type Description
Padding

The System.Windows.Forms.Padding result of subtracting p2 from p1.