Click or drag to resize

SizeF Fields

The SizeF type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberEmpty
Gets an empty size with a zero width and height
Public fieldStatic memberMaxValue
SizeF with width and height with a maximum float value
Public fieldStatic memberMinValue
SizeF with width and height with a minimum float value
Public fieldStatic memberNegativeInfinity
A SizeF with the width and height set to float.NegativeInfinity
Public fieldStatic memberPositiveInfinity
A SizeF with the width and height set to float.PositiveInfinity
Top
See Also