Struct SizeF
Represents the size of a rectangular region with an ordered pair of width and height.
public struct SizeF : IEquatable<SizeF>
- Implements
- Inherited Members
Constructors
- SizeF(float, float)
Initializes a new instance of the SizeF class from the specified dimensions.
- SizeF(PointF)
Initializes a new instance of the SizeF class from the specified PointF.
- SizeF(SizeF)
Initializes a new instance of the SizeF class from the specified existing SizeF.
Fields
Properties
Methods
- Add(SizeF, SizeF)
Performs vector addition of two SizeF objects.
- Equals(object)
Tests to see whether the specified object is a SizeF with the same dimensions as this SizeF.
- Equals(SizeF)
Tests whether two SizeF objects are identical.
- GetHashCode()
Generates a hashcode from the width and height
- ToString()
Creates a human-readable string that represents this SizeF.
Operators
- operator +(SizeF, SizeF)
Performs vector addition of two SizeF objects.
- operator ==(SizeF, SizeF)
Tests whether two SizeF objects are identical.
- operator !=(SizeF, SizeF)
Tests whether two SizeF objects are different.