[]
        
(Showing Draft Content)

C1.Blazor.Chart.Padding.op_Addition

operator + Operator

operator +(Padding, Padding)

Performs vector addition 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 first System.Windows.Forms.Padding to add.

Padding p2

The second System.Windows.Forms.Padding to add.

Returns
Type Description
Padding

A new System.Windows.Forms.Padding that results from adding p1 and p2.