ToImage

ToImage(ImageOrPrintOptions)

تحويل خط مؤشر إلى صورة .

public Bitmap ToImage(ImageOrPrintOptions options)
معامليكتبوصف
optionsImageOrPrintOptionsخيارات الصورة

قيمة الإرجاع

يعود أBitmap هدف.

أنظر أيضا


ToImage(string, ImageOrPrintOptions)

تحويل خط مؤشر إلى صورة .

public void ToImage(string fileName, ImageOrPrintOptions options)
معامليكتبوصف
fileNameStringاسم ملف الصورة.
optionsImageOrPrintOptionsخيارات الصورة

أنظر أيضا


ToImage(Stream, ImageOrPrintOptions)

تحويل خط مؤشر إلى صورة .

public void ToImage(Stream stream, ImageOrPrintOptions options)
معامليكتبوصف
streamStreamتيار الصورة.
optionsImageOrPrintOptionsخيارات الصورة.

أنظر أيضا