Struct RectInt32
- Namespace
 - PaintDotNet.Rendering
 
- Assembly
 - PaintDotNet.Primitives.dll
 
[TypeConverter(typeof(ParsableTypeConverter<RectInt32>))]
[ValueSerializer(typeof(ParsableValueSerializer<RectInt32>))]
public struct RectInt32 : IEquatable<RectInt32>, IFormattable, IParsable<RectInt32>
  - Implements
 
- Inherited Members
 
Constructors
Properties
- IsEmpty
 Indicates whether the rectangle is the Empty rectangle or equivalent (negative width or negative height). Use HasArea to test whether the rectangle is non-empty and has a non-zero area.
Methods
Operators
Explicit Interface Implementations
- Empty
 Gets a special value that represents a rectangle with no position or area.