Blazor | ComponentOne
C1.Blazor.Chart Assembly / C1.Blazor.Chart Namespace / Padding Structure / Subtract Method
A System.Windows.Forms.Padding.
A System.Windows.Forms.Padding.

In This Topic
    Subtract Method
    In This Topic
    Subtracts one specified System.Windows.Forms.Padding value from another.
    Syntax
    'Declaration
     
    
    Public Shared Function Subtract( _
       ByVal p1 As Padding, _
       ByVal p2 As Padding _
    ) As Padding
    public static Padding Subtract( 
       Padding p1,
       Padding p2
    )

    Parameters

    p1
    A System.Windows.Forms.Padding.
    p2
    A System.Windows.Forms.Padding.

    Return Value

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