ImageAttributesExtensions
Inheritance: java.lang.Object
public final class ImageAttributesExtensions
يحتوي على أساليب امتداد لـ ImageAttributes و System.Drawing.Imaging.ImageAttributes.
الطرق
| طريقة | الوصف |
|---|---|
| toGdiImageAttributes(ImageAttributes imageAttributes) | يقوم بتحويل الـ ImageAttributes إلى الـ System.Drawing.Imaging.ImageAttributes. |
toGdiImageAttributes(ImageAttributes imageAttributes)
public static System.Drawing.Imaging.ImageAttributes toGdiImageAttributes(ImageAttributes imageAttributes)
يقوم بتحويل الـ ImageAttributes إلى الـ System.Drawing.Imaging.ImageAttributes.
Parameters:
| معامل | نوع | الوصف |
|---|---|---|
| imageAttributes | ImageAttributes | الـ ImageAttributes للتحويل. |
Returns:
ImageAttributes - The converted System.Drawing.Imaging.ImageAttributes.