4 references to IsPointInPolygon
PresentationCore (4)
MS\Internal\Media3D\GeneralTransform2DTo3DTo2D.cs (4)
977
if (
IsPointInPolygon
(bounds, uv1))
982
if (
IsPointInPolygon
(bounds, uv2))
990
if (
IsPointInPolygon
(bounds, uv1) &&
991
IsPointInPolygon
(bounds, uv2))