[]
        
Describes the interior of a graphics shape composed of figures and paths.
public class Region
  Public Class Region
  | Name | Description | 
|---|---|
| Region(FillMode, params IFigure[]) | Initializes a new instance of the Region class with explicitly provided fill mode.  | 
      
| Region(GraphicsPath, bool) | Initializes a new instance of the Region class.  | 
      
| Region(params IFigure[]) | Initializes a new instance of the Region class with the alternate fill mode.  | 
      
| Name | Description | 
|---|---|
| Clone() | Creates a deep copy of the Region.  | 
      
| CombineWithPath(GraphicsPath, RegionCombineMode, bool) | Combines this region with a GraphicsPath.  | 
      
| CombineWithPath(GraphicsPath, RegionCombineMode, Matrix3x2) | Combines this region with a GraphicsPath.  | 
      
| CombineWithRegion(Region, RegionCombineMode, bool) | Combines this region with the specified region.  | 
      
| CombineWithRegion(Region, RegionCombineMode, Matrix3x2) | Combines this region with the specified region.  | 
      
| TransformRegion(Matrix3x2) | Creates a transformed copy of the Region.  |