Struct SizeInt32
- Namespace
- PaintDotNet.Rendering
- Assembly
- PaintDotNet.Primitives.dll
[TypeConverter(typeof(ParsableTypeConverter<SizeInt32>))]
[ValueSerializer(typeof(ParsableValueSerializer<SizeInt32>))]
public struct SizeInt32 : IEquatable<SizeInt32>, IFormattable, IParsable<SizeInt32>
- Implements
- Inherited Members
Constructors
Properties
- IsEmpty
Indicates whether the size is the Empty size or equivalent (negative width or negative height). Use HasArea to test whether the size is non-empty and has a non-zero area.