RegionExtensions
Inheritance: java.lang.Object
public final class RegionExtensions
Region sınıfı için uzantı metodları içerir.
Yöntemler
| Yöntem | Açıklama |
|---|---|
| toGdiRegion(Region region) | Region‘i System.Drawing.Region‘a dönüştürür. |
toGdiRegion(Region region)
public static System.Drawing.Region toGdiRegion(Region region)
Region‘i System.Drawing.Region‘a dönüştürür.
Parameters:
| Parametre | Tür | Açıklama |
|---|---|---|
| region | Region | Dönüştürülecek Region. |
Returns:
Region - The converted System.Drawing.Region.