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:

معاملنوعالوصف
imageAttributesImageAttributesالـ ImageAttributes للتحويل.

Returns: ImageAttributes - The converted System.Drawing.Imaging.ImageAttributes.