The following tables list the members exposed by Point.
| Name | Description | |
|---|---|---|
![]()  | Point Constructor | Overloaded. | 
| Name | Description | |
|---|---|---|
![]()  | IsEmpty | Gets a boolean value indicating whether this point is empty. | 
![]()  | IsSealed | Gets whether the instance has already been sealed through the Seal method. (Inherited from Infragistics.Documents.Reports.SealableBase) | 
![]()  | X | Gets or sets X-position of the point. | 
![]()  | Y | Gets or sets Y-position of the point. | 
| Name | Description | |
|---|---|---|
![]()  | Clone | Creates a copy of this point. | 
![]()  | Equals | Overloaded. Compares this point to the specified one. | 
![]()  | Seal | Makes the instance immutable. Any attempts to modify properties or members will result in an exception. (Inherited from Infragistics.Documents.Reports.SealableBase) | 
![]()  | ToNative | Gets native point. |