Version

Point Class Members

The following tables list the members exposed by Point.

Public Constructors
 NameDescription
Public ConstructorPoint ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyIsEmptyGets a boolean value indicating whether this point is empty.  
Public PropertyIsSealedGets whether the instance has already been sealed through the Seal method. (Inherited from Infragistics.Documents.Reports.SealableBase)
Public PropertyXGets or sets X-position of the point.  
Public PropertyYGets or sets Y-position of the point.  
Public Methods
 NameDescription
Public MethodCloneCreates a copy of this point.  
Public MethodEqualsOverloaded. Compares this point to the specified one.  
Public MethodSealMakes the instance immutable. Any attempts to modify properties or members will result in an exception. (Inherited from Infragistics.Documents.Reports.SealableBase)
Public MethodToNativeGets native point.  
See Also

View on GitHub