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