Struct SizeF | Terminal.Gui v1 (original) (raw)
Represents the size of a rectangular region with an ordered pair of width and height.
public struct SizeF : IEquatable<SizeF>
Implements
Inherited Members
Constructors
Initializes a new instance of the SizeF class from the specified dimensions.
Initializes a new instance of the SizeF class from the specifiedPointF.
Initializes a new instance of the SizeF class from the specified existing SizeF.
Fields
Initializes a new instance of the SizeF class.
Properties
Represents the vertical component of this SizeF.
Tests whether this SizeF has zero width and height.
Represents the horizontal component of this SizeF.
Methods
Performs vector addition of two SizeF objects.
Tests to see whether the specified object is a SizeF with the same dimensions as this SizeF.
Tests whether two SizeF objects are identical.
Generates a hashcode from the width and height
Contracts a SizeF by another SizeF.
Creates a human-readable string that represents this SizeF.
Operators
Performs vector addition of two SizeF objects.
Divides SizeF by a float producing SizeF.
Tests whether two SizeF objects are identical.
explicit operator PointF(SizeF)
Converts the specified SizeF to a PointF.
Tests whether two SizeF objects are different.
Multiplies SizeF by a float producing SizeF.