Interface ILinePair
直線ペアの情報を表します。
Namespace: Menou.Menoute.Runtime
Assembly: Menou.Menoute.Runtime.dll
Syntax
public interface ILinePair
Properties
| Name | Description |
|---|---|
| Angle | 角度。 |
| Blob | 直線に外接するブロブ。 |
| PointPair0 | 座標ペア0。 |
| PointPair1 | 座標ペア1。 |