Jelajahi Produk kami

If so you can download any of the below versions for testing. The product will function as normal except for an evaluation limitation. At the time of purchase we provide a license file via email that will allow the product to work in its full capacity. If you would also like an evaluation license to test without any restrictions for 30 days, please follow the directions provided here.

 

Aspose.Menggambar untuk .NET 22.3

Unduh  Forum Dukungan 

Detail File

  • Unduhan:
  • 4
  • Ukuran File:
  • 7.1 MB
  • Posted By:
  • Sergey Vlasov
  • Tampilan:
  • 6
  • Tanggal Ditambahkan:
  • : 3 weeks ago [3/24/2022]

Catatan Rilis

Keterangan

Penginstal MSI untuk Aspose.Drawing untuk .NET 22.3

Detail File

Atur Lebar Pena Negatif

Terkadang bahkan Lebar Pena 1 terlalu lebar untuk beberapa printer laser. Perbaikan cepat untuk skenario seperti itu adalah mengatur lebar pena ke negatif. Dari rilis ini diperbolehkan untuk mengatur nilai Pen.Width ke negatif. Contoh kode C# berikut menunjukkan cara mengatur berbagai lebar ke Pena menggunakan API:

// For complete examples and data files, please go to https://github.com/aspose-drawing/Aspose.Drawing-for-.NET

using System.Drawing;

Bitmap bitmap = new Bitmap(1000, 800, System.Drawing.Imaging.PixelFormat.Format32bppPArgb);
Graphics graphics = Graphics.FromImage(bitmap);

for (int i = 1; i < 8; ++i)
{
    Pen pen = new Pen(Color.Blue, i);
    graphics.DrawLine(pen, 100, i * 100, 900, i * 100);
}

bitmap.Save("Width.png");

IsGenericTypographic StringFormat Properti

Menambahkan properti IsGenericTypographic StringFormat yang dapat disalin untuk menangani Tipografi melalui API dengan cara yang lebih baik.

Rorate & Balik 24-bit Bitmap (BMP)

Menambahkan fungsionalitas untuk memutar dan membalik grafik BMP bitmap 24-bit.

Untuk daftar lengkap fitur, penyempurnaan, dan perbaikan bug dalam rilis ini, kunjungi Aspose.Drawing for .NET 22.3 Release Notes.

 Indonesia