4 references to GetAsPathGeometry
ReachFramework (4)
AlphaFlattener\Utility.cs (3)
873
PathGeometry pathGeometry =
GetAsPathGeometry
(geometry);
995
if (IsRectangle(
GetAsPathGeometry
(one)) && IsRectangle(
GetAsPathGeometry
(two)))
Serialization\VisualSerializer.cs (1)
1447
pg = Utility.
GetAsPathGeometry
(geo);