Name | Description | |
---|---|---|
Points | Gets a read-only list of AnchorPoints. | |
Tag | Gets or sets the object that contains data about the Contour. | |
View | Gets the owner LayoutView object. |
The following tables list the members exposed by Contour.
Name | Description | |
---|---|---|
Points | Gets a read-only list of AnchorPoints. | |
Tag | Gets or sets the object that contains data about the Contour. | |
View | Gets the owner LayoutView object. |
Name | Description | |
---|---|---|
AddPoint | Adds one AnchorPoint to the Contour. | |
AddPoints | Adds all AnchorPoints from the collection to the Contour. | |
DetachFromView | Detaches the Contour from its owner LayoutView and removes all constraints referencing the Contour. | |
GetBounds | Overloaded. Gets the minimal System.Drawing.RectangleF that contains all points of the Contour relative to the specified LayoutView. | |
MapToRect | Returns an array of all AnchorPoint coordinates transformed to the specified LayoutRect. | |
MapToView | Returns an array of all AnchorPoint coordinates transformed to the specified LayoutView. |