RegionExtensions
Inheritance: java.lang.Object
public final class RegionExtensions
Contains extension methods for the Region class.
Methods
| Method | Description |
|---|---|
| toGdiRegion(Region region) | Converts the Region to the System.Drawing.Region. |
toGdiRegion(Region region)
public static System.Drawing.Region toGdiRegion(Region region)
Converts the Region to the System.Drawing.Region.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| region | Region | The Region to convert. |
Returns:
Region - The converted System.Drawing.Region.