Ürünlerimize göz atın Toggle navigation
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.
If you experience errors, when you try to download a file, make sure your network policies (enforced by your company or ISP) allow downloading ZIP and/or MSI files.
API aracılığıyla çizilen çizgilerin başında ve sonunda büyük harf stillerinde daha fazla esnekliğe sahip olmanızı sağlayan bağımsız StartCap ve EndCap in Pen uygulandı. Aşağıdaki C# kodu, API kullanarak farklı renklerde çizgilerin nasıl çizileceğini örnekler:
// 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); Pen bluePen = new Pen(Color.Blue, 2); graphics.DrawLine(bluePen, 100, 100, 900, 100); Pen redPen = new Pen(Color.FromArgb(255, 255, 0, 0), 2); graphics.DrawLine(redPen, 100, 200, 900, 200); bitmap.Save("Colors.png");
Düz, kare, yuvarlak, üçgen, DiamondAnchor, RoundAnchor, Özel vb. gibi çeşitli standart line cap shapes türleri eklendi.
TIFF
Bu sürüm, TIFF (Etiketli Görüntü Dosyası Biçimi) tarama grafikleri için gelişmiş desteğe sahiptir.
Bu sürümdeki özelliklerin, geliştirmelerin ve hata düzeltmelerinin tam listesi için lütfen Aspose.Drawing for .NET 22.2 Release Notes adresini ziyaret edin.