4 references to IsPointInPolygon
PresentationCore (4)
MS\Internal\Media3D\GeneralTransform2DTo3DTo2D.cs (4)
956
if (
IsPointInPolygon
(bounds, uv1))
961
if (
IsPointInPolygon
(bounds, uv2))
969
if (
IsPointInPolygon
(bounds, uv1) &&
970
IsPointInPolygon
(bounds, uv2))