UIEdgeInsets Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Edge insets, used to reduce or expand rectangles.
public struct UIEdgeInsets
type UIEdgeInsets = struct
- Inheritance
-
UIEdgeInsets
Constructors
UIEdgeInsets(nfloat, nfloat, nfloat, nfloat) |
Public constructor. |
Fields
Bottom |
Bottom value. |
Left |
Left value. |
Right |
Right value. |
Top |
Top value. |
Zero |
An instance with all of the UIEdgeInsets parameters set to zero. |
Methods
Equals(Object) |
Whether this is equivalent to the |
Equals(UIEdgeInsets) |
Whether this is equivalent to |
FromString(String) |
Creates an edge inset from a string representation. |
GetHashCode() |
The hash for this UIEdgeInsets. |
InsetRect(CGRect) |
Adjusts a rectangle by the given edge insets. |
ToString() |
Returns a human-readable version of the UIEdgeInset properties, for debugging. |
Operators
Equality(UIEdgeInsets, UIEdgeInsets) |
Returns |
Inequality(UIEdgeInsets, UIEdgeInsets) |
Returns |