Windows.UI.Xaml.RectHelper.Intersect C# (CSharp) Méthode

Intersect() public static méthode

public static Intersect ( [ target, [ rect ) : Rect
target [
rect [
Résultat Windows.Foundation.Rect
		public static extern Rect Intersect([In] Rect target, [In] Rect rect);
		[DefaultOverload, Overload("UnionWithPoint")]