[]
Creates new Region that consists from one rectangle.
public static RegionEx CreateRegion(RectangleF rect)
Type | Name | Description |
---|---|---|
RectangleF | rect |
Type | Description |
---|---|
RegionEx |
Creates new Region that consists from path.
public static RegionEx CreateRegion(PathEx path)
Type | Name | Description |
---|---|---|
PathEx | path |
Type | Description |
---|---|
RegionEx |
Creates empty region.
public static RegionEx CreateRegion()
Type | Description |
---|---|
RegionEx |