Version

RichTextPoint Structure Members

The following tables list the members exposed by RichTextPoint.

Public Constructors
 NameDescription
Public ConstructorRichTextPoint ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyXGets or sets the value of X coordinate of the point.  
Public PropertyYGets or sets the value of Y coordinate of the point.  
Public Methods
 NameDescription
Public MethodEqualsOverloaded. Compares the specified object to this object to see if they are equivalent.  
Public MethodGetHashCodeReturns the hash code of the structure.  
Public MethodToStringReturns the string representation of this object.  
Public Operators
public Operator Equality Compares the values of two RichTextPoint structures for equality
public Operator Implicit Type Conversion Converts from a Point to a RichTextPoint.
public Operator Inequality Compares the values of two RichTextPoint structures for inequality
See Also