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