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