public final class RegionExtensions extends Object
Contains extension methods for the Region
class.
Modifier and Type | Method and Description |
---|---|
static com.aspose.ms.System.Drawing.Region |
toGdiRegion(Region region)
Converts the
Region to the System.Drawing.Region . |
public static com.aspose.ms.System.Drawing.Region toGdiRegion(Region region)
Converts the Region
to the System.Drawing.Region
.
region
- The Region
to convert.System.Drawing.Region
.