GrapeCity.Documents.Common Namespace
In This Topic
Classes
Interfaces
| Interface | Description |
| IOwnedObject | Represents interface which should be implemented by object owned by another object. |
| IStructComparer<T> | Defines a method that a type implements to compare two structs. |
Structures
| Structure | Description |
| Line | Represents a line defined by its starting and ending points. |
| Offsets | A structure representing four values corresponding to the four sides of a rectangular area. |
| Quadrilateral | Represents a quadrilateral defined by its four vertices's. |
| Range | Represents a range of a value. |
| Triangle | Represents a triangle defined by its three vertices. |
| Unit | A utility structure specifying some values related to units of measurement. |
Delegates
| Delegate | Description |
| StructAction<T> | Encapsulates a method that has a single parameter (passed by reference) and does not return a value. |
| StructComparison<T> | Represents the method that compares two structs of the same type. |
| StructPredicate<T> | Represents the method that defines a set of criteria and determines whether the specified struct meets those criteria. |
Enumerations
See Also