UIKit.UIEdgeInsets: Method Members

The methods of UIKit.UIEdgeInsets are listed below. For a list of all members, see the UIEdgeInsets Members list.

See Also: Inherited members from System.ValueType

Public Methods

override
Equals(object) : bool
Whether this is equivalent to the obj.
Equals(UIEdgeInsets) : bool
Whether this is equivalent to other.
static
FromString(string) : UIEdgeInsets
Documentation for this section has not yet been entered.
override
GetHashCode() : int
The hash for this UIKit.UIEdgeInsets.
InsetRect(CoreGraphics.CGRect) : CoreGraphics.CGRect
Adjusts a rectangle by the given edge insets.
override
ToString() : string
Returns a human-readable version of the UIEdgeInset properties, for debugging.