Rectangle.Intersect Method

Creates a Rectangle structure that is the intersection of two Rectangle structures.

Syntax

  public static Rectangle Intersect(
  Rectangle  
  left
  ,
  Rectangle  right
);

Parameters

left

Microsoft.MediaCenter.UI.Rectangle.  The first structure.

right

Microsoft.MediaCenter.UI.Rectangle.  The second structure.

Return Value

Microsoft.MediaCenter.UI.Rectangle.  The Rectangle structure that represents the intersection.

Requirements

Reference: Microsoft.MediaCenter.UI

Namespace: Microsoft.MediaCenter.UI

Assembly: Microsoft.MediaCenter.UI.dll

Platform: Windows Vista Ultimate, Windows Vista Home Premium, and later

See Also