Padding.Add(Padding, Padding) Methode

Definitie

Berekent de som van de twee opgegeven Padding waarden.

public:
 static System::Windows::Forms::Padding Add(System::Windows::Forms::Padding p1, System::Windows::Forms::Padding p2);
public static System.Windows.Forms.Padding Add(System.Windows.Forms.Padding p1, System.Windows.Forms.Padding p2);
static member Add : System.Windows.Forms.Padding * System.Windows.Forms.Padding -> System.Windows.Forms.Padding
Public Shared Function Add (p1 As Padding, p2 As Padding) As Padding

Parameters

Retouren

Een Padding met de som van de twee opgegeven Padding waarden.

Van toepassing op

Zie ook