RegionExtensions

Inheritance: java.lang.Object

public final class RegionExtensions

Contains extension methods for the Region class.

Methods

MethodDescription
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:

ParameterTypeDescription
regionRegionThe Region to convert.

Returns: Region - The converted System.Drawing.Region.