PaddingInfo Methods
Contains padding or margin information associated with a control or a brick.| Name | Description |
|---|---|
| Deflate(RectangleF, Single) | Deflates the specified rectangle by the rectangle of the current padding with the specified dpi. |
| Deflate(SizeF, Single) | Deflates the specified size by the size of the current padding with the specified dpi. |
| DeflateHeight(Single, Single) | Deflates the specified height value by the height of the current padding with the specified dpi. |
| DeflateHeight(Single) | Deflates the specified height value by the height of the current padding. |
| DeflateWidth(Single, Single) | Deflates the specified width value by the width of the current padding with the specified dpi. |
| DeflateWidth(Single) | Deflates the specified width value by the width of the current padding. |
| Equals(PaddingInfo) | Determines whether or not the specified object is equal to the current PaddingInfo instance. |
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current PaddingInfo instance. |
| GetHashCode() | Gets the hash code (a number) that corresponds to the value of the current PaddingInfo object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| Inflate(RectangleF, Single) | Inflates the specified rectangle by the rectangle of the current padding with the specified dpi. |
| Inflate(SizeF, Single) | Inflates the specified size by the size of the current padding with the specified dpi. |
| InflateHeight(Single, Single) | Inflates the specified height value by the height of the current padding with the specified dpi. |
| InflateHeight(Single) | Inflates the specified height value by the height of the current padding. |
| InflateWidth(Single, Single) | Inflates the specified width value by the width of the current padding with the specified dpi. |
| InflateWidth(Single) | Inflates the specified width value by the width of the current padding. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| RotatePaddingCounterclockwise(Int32) | Rotates padding values counterclockwise the specified number of times. |
| ToString() | Returns the fully qualified type name of this instance. Inherited from ValueType. |
See Also