Struct RectInt64
- Namespace
- PaintDotNet.Rendering
- Assembly
- PaintDotNet.Primitives.dll
[TypeConverter(typeof(ParsableTypeConverter<RectInt64>))]
[ValueSerializer(typeof(ParsableValueSerializer<RectInt64>))]
public struct RectInt64 : IEquatable<RectInt64>, IFormattable, IParsable<RectInt64>
- 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.