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:

معاملنوعالوصف
imageAttributesImageAttributesImageAttributes المراد تحويله.

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