名前 | 解説 | |
---|---|---|
BaseContour | Gets the base contour (for dependent contours only) to add some padding to. | |
CCWInside | Gets or sets a value indicating if the base contour circumscribes the inside area in counterclockwise direction.
The default is false. | |
InflateBottom | Gets or sets a distance between the bottom edge of the base contour and the bottom edge of the current contour.
The value is never negative. The default is 0. | |
InflateLeft | Gets or sets a distance between the left edge of the base contour and the left edge of the current contour.
The value is never negative. The default is 0. | |
InflateRight | Gets or sets a distance between the right edge of the base contour and the right edge of the current contour.
The value is never negative. The default is 0. | |
InflateTop | Gets or sets a distance between the top edge of the base contour and the top edge of the current contour.
The value is never negative. The default is 0. | |
NumberOfPoints | Gets the number of AnchorPoints in the Contour.
Returns -1 for dependent contours. | |
Tag | Gets or sets the object that contains data about the Contour. | |
View | Gets the owner LayoutView object. |