RegionExtensions
Inheritance: java.lang.Object
public final class RegionExtensions
يحتوي على أساليب امتداد لفئة Region.
الطرق
| طريقة | الوصف |
|---|---|
| toGdiRegion(Region region) | يحوّل Region إلى System.Drawing.Region. |
toGdiRegion(Region region)
public static System.Drawing.Region toGdiRegion(Region region)
يحوّل Region إلى System.Drawing.Region.
Parameters:
| معامل | نوع | الوصف |
|---|---|---|
| region | Region | Region المراد تحويله. |
Returns:
Region - The converted System.Drawing.Region.