Initializes a new instance of the System.Drawing.SizeF structure from the specified System.Drawing.PointF structure.
The System.Drawing.PointF structure from which to initialize this System.Drawing.SizeF structure.
Initializes a new instance of the System.Drawing.SizeF structure from the specified existing System.Drawing.SizeF structure.
The System.Drawing.SizeF structure from which to create the new System.Drawing.SizeF structure.
Initializes a new instance of the System.Drawing.SizeF structure from the specified dimensions.
The width component of the new System.Drawing.SizeF structure.
The height component of the new System.Drawing.SizeF structure.
Gets or sets the vertical component of this System.Drawing.SizeF structure.
The vertical component of this System.Drawing.SizeF structure, typically measured in pixels.
Gets a value that indicates whether this System.Drawing.SizeF structure has zero width and height.
true when this System.Drawing.SizeF structure has both a width and height of zero; otherwise, false.
Gets or sets the horizontal component of this System.Drawing.SizeF structure.
The horizontal component of this System.Drawing.SizeF structure, typically measured in pixels.
Determines whether the specified object is equal to the current object.
The object to compare with the current object.
true if the specified object is equal to the current object; otherwise, false.
Serves as the default hash function.
A hash code for the current object.
Converts a System.Drawing.SizeF structure to a System.Drawing.Size structure.
A System.Drawing.Size structure.
Returns a string that represents the current object.
A string that represents the current object.
StaticAddAdds the width and height of one System.Drawing.SizeF structure to the width and height of another System.Drawing.SizeF structure.
The first System.Drawing.SizeF structure to add.
The second System.Drawing.SizeF structure to add.
A System.Drawing.SizeF structure that is the result of the addition operation.
StaticEqualsDetermines whether the specified object instances are considered equal.
The first object to compare.
The second object to compare.
true if the objects are considered equal; otherwise, false. If both objA and objB are null, the method returns true.
StaticSubtractSubtracts the width and height of one System.Drawing.SizeF structure from the width and height of another System.Drawing.SizeF structure.
The System.Drawing.SizeF structure on the left side of the subtraction operator.
The System.Drawing.SizeF structure on the right side of the subtraction operator.
A System.Drawing.SizeF structure that is a result of the subtraction operation.
Stores an ordered pair of floating-point numbers, typically the width and height of a rectangle.