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