In This Topic
The following tables list the members exposed by NPointList.
Public Constructors
Public Properties
| Name | Description |
| Bounds | Gets the bounds of the points contained in this list. |
| BoundsRange | Gets the bounds range of the points contained in this list. |
Top
Public Methods
| Name | Description |
| GetNearestPoint | Gets the point in the list, which is nearest to the specified point. If the list is empty returns the point itself |
| Rotate | Rotates all points in the list around the specified point. |
| Scale | Scales all points in the list around the specified point. |
| Transform | Transforms all points in the list with the specified transform |
| Translate | Translates all points in the list with the specified x and y offsets. |
Top
See Also