ImageDevice.ImageDevice

ImageDevice()

مُهيئ تجريدي لوراثات ImageDevice، يحدد الدقة إلى 150x150.

public ImageDevice()

انظر أيضًا


ImageDevice(Resolution)

مُهيئ تجريدي لوراثات ImageDevice. الدقة لملف الصورة الناتج، انظر class Resolution.

public ImageDevice(Resolution resolution)

انظر أيضًا


ImageDevice(int, int)

يهيئ مثيلًا جديدًا من class JpegDevice بالأبعاد المحددة للصورة والدقة الافتراضية (=150).

public ImageDevice(int width, int height)
ParameterTypeDescription
widthInt32عرض الصورة الناتجة.
heightInt32ارتفاع الصورة الناتجة.

انظر أيضًا


ImageDevice(PageSize)

يهيئ مثيلًا جديدًا من class JpegDevice بالأبعاد المحددة للصورة والدقة الافتراضية (=150).

public ImageDevice(PageSize pageSize)
ParameterTypeDescription
pageSizePageSizeحجم الصفحة للصورة الناتجة.

انظر أيضًا


ImageDevice(int, int, Resolution)

يهيئ مثيلًا جديدًا من class JpegDevice بالأبعاد المحددة للصورة والدقة.

public ImageDevice(int width, int height, Resolution resolution)
ParameterTypeDescription
widthInt32عرض الصورة الناتجة.
heightInt32ارتفاع الصورة الناتجة.
resolutionResolutionالدقة لملف الصورة الناتج، انظر class Resolution.

انظر أيضًا


ImageDevice(PageSize, Resolution)

يهيئ مثيلًا جديدًا من class JpegDevice بالأبعاد المحددة للصورة والدقة.

public ImageDevice(PageSize pageSize, Resolution resolution)
ParameterTypeDescription
pageSizePageSizeحجم الصفحة للصورة الناتجة.
resolutionResolutionالدقة لملف الصورة الناتج، انظر class Resolution.

انظر أيضًا