4 references to IsPointInPolygon
PresentationCore (4)
MS\Internal\Media3D\GeneralTransform2DTo3DTo2D.cs (4)
963
if (
IsPointInPolygon
(bounds, uv1))
968
if (
IsPointInPolygon
(bounds, uv2))
976
if (
IsPointInPolygon
(bounds, uv1) &&
977
IsPointInPolygon
(bounds, uv2))