IDMLスプレッドを読んでいるときに、複数の形状に遭遇しました。各シェイプには、次のような独自のジオメトリがあります-
-<PathGeometry>
-<GeometryPathType PathOpen="false">
-<PathPointArray>
<PathPointType RightDirection="-611.5 1548.5" LeftDirection="-611.5 1548.5" Anchor="-611.5 1548.5"/>
<PathPointType RightDirection="-611.5 2339.5" LeftDirection="-611.5 2339.5" Anchor="-611.5 2339.5"/>
<PathPointType RightDirection="-533.3 2339.5" LeftDirection="-533.3 2339.5" Anchor="-533.3 2339.5"/>
<PathPointType RightDirection="-533.3 1548.5" LeftDirection="-533.3 1548.5" Anchor="-533.3 1548.5"/>
</PathPointArray>
</GeometryPathType>
</PathGeometry>
長方形の場合(上記の例のように)、<PathPoint>
要素の各属性が長方形の終点を指すのは簡単です。他の形はどうなりますか?つまり、RightDirection、LeftDirection、およびAnchor属性は何を意味しますか?PathPointArrayを見ている形状を判別する方法はありますか?
ありがとう。