Class RegionExtensions

Class RegionExtensions

Namespace: Aspose.Imaging.Extensions
Assembly: Aspose.Imaging.dll (25.2.0)

Contains extension methods for the Aspose.Imaging.Region class.

public static class RegionExtensions

Inheritance

objectRegionExtensions

Inherited Members

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Methods

ToGdiRegion(Region)

Converts the Aspose.Imaging.Region to the System.Drawing.Region.

public static Region ToGdiRegion(Region region)

Parameters

region Region

The Aspose.Imaging.Region to convert.

Returns

Region

The converted System.Drawing.Region.