SizeF
Struct
Represents a dimension in 2D coordinate space
Definition
Namespace:Telerik.WinForms.Documents.Model
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
C#
[TypeConverter(typeof(SizeFConverter))]
public struct SizeF
Constructors
Fields
Properties
Gets or sets the height.
C#
public float Height { readonly get; set; }
The height.
Gets a value indicating whether this instance is empty.
C#
[Browsable(false)]
public bool IsEmpty { get; }
true if this instance is empty; otherwise, false.
Methods
Returns a hash code for this instance.
C#
public override int GetHashCode()
A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
Overrides: