PointF
Struct
Represents a structure that is used to describe size of an object using float values.
Definition
Namespace:Telerik.Windows.Documents.Model
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public struct PointF
Constructors
Fields
Properties
Gets a value indicating whether this instance is an empty point.
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: