Defines the width and height of a redaction region in pixels.
public struct Size : IEquatable<Size>
| Name |
Description |
| Size(int, int) |
Creates a size for a rectangular redaction area. |
| Name |
Description |
| static Empty { get; } |
A zero width and height. |
| Height { get; } |
Region height in pixels. |
| Width { get; } |
Region width in pixels. |
| Name |
Description |
| override Equals(object) |
Compares this size with another object. |
| Equals(Size) |
Compares dimensions with another size. |
| override GetHashCode() |
Returns a hash code derived from width and height. |
| override ToString() |
Returns the dimensions in a readable form. |
We value your opinion. Your feedback will help us improve our documentation.