EdgeUtilities Class 
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The EdgeUtilities class provides functionality for working with Edge objects.
public ref class EdgeUtilities abstract sealed
	public static class EdgeUtilities
	type EdgeUtilities = class
	Public Class EdgeUtilities
		- Inheritance
 - 
				EdgeUtilities
 
Fields
| InvalidPoint | 
		 A value representing an invalid point.  | 
        	
Methods
| GetIntersectionPoint(Edge, Edge) | 
		 Returns the point at which two Edge values intersect.  | 
        	
| IsInsideBoundary(Edge[], Vector2) | 
		 Determines if the specified point is within the provided geometry.  | 
        	
| IsValidPoint(Vector2) | 
		 Checks to see if a point is valid.  |