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.