System.Windows.Forms.Padding: Method Members

The methods of System.Windows.Forms.Padding are listed below. For a list of all members, see the Padding Members list.

See Also: Inherited members from System.ValueType

Public Methods

static
Add(Padding, Padding) : Padding

Computes the sum of the two specified System.Windows.Forms.Padding values.

override
Equals(object) : bool

Determines whether the value of the specified object is equivalent to the current System.Windows.Forms.Padding.

override
GetHashCode() : int

Generates a hash code for the current System.Windows.Forms.Padding.

static
Subtract(Padding, Padding) : Padding

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

override
ToString() : string

Returns a string that represents the current System.Windows.Forms.Padding.