Sort Score
Result 10 results
Languages All
Labels All
Results 191 - 200 of 48,525 for

bitmap

(0.12 sec)
  1. Working with Brushes|Documentation

    Learn to draw an Ellipse with Brushes in Java. Use solid brush to draw graphics in Java....steps: Create an instance of the Bitmap class . Initialize the Graphics...Graphics class from the created bitmap. Create a new Brush using the...

    docs.aspose.com/drawing/java/working-with-brushes/
  2. Ekri Tèks sou JPG nan Java

    Atik sa a kout ap gide ou sou kijan pou ekri tèks sou JPG nan Java. Li kouvri konfigirasyon IDE, etap yo, ak yon kout kòd k ap kouri ki demontre kijan pou ajoute tèks nan yon fichye JPG nan Java....sou imaj JPG Inisye yon objè Bitmap pandan w ap deklare yon instans...imaj antre a oswa kreye yon bitmap depi nan zero lè ou espesifye...

    kb.aspose.com/hy/drawing/java/write-text-on-jpg...
  3. Creating Car Body Drawing|Documentation

    Creating Car Body drawing with Aspose.Drawing .NET (C#) 2d graphic library. The library allows to creation of drawings with color transparency levels, semi-transparent images and text rendering.... We then incorporate a new Bitmap frame created from both the...`DrawFrame` function creates new `Bitmap` graphics with dimensions `w...

    docs.aspose.com/drawing/net/showcases/car-body/
  4. 用六个面将场景渲染到立方体图中|Documentation

    使用 Aspose.3D for .NET API,开发人员可以将具有六个面的场景渲染到cubemap中,并将所有面保存为支持的图像格式。...CubeFaceData<Bitmap> //CubeFaceData<Bitmap> bitmaps = new CubeFaceData<Bitmap>();...CubeFaceData<Bitmap>(); //cubemap.Save(bitmaps); //bitmaps.Back.Save("back...

    docs.aspose.com/3d/zh/net/render-a-scene-into-t...
  5. FieldLink.format_update_type property | Aspose....

    FieldLink.format_update_type property. Gets or sets a way the linked object updates its formatting.... BITMAP ): with self . subTest ( i..."""ExField.InsertLinkedObjectAs.BITMAP""" field = builder . insert_field...

    reference.aspose.com/words/python-net/aspose.wo...
  6. FieldLink.insert_as_html property | Aspose.Word...

    FieldLink.insert_as_html property. Gets or sets whether to insert the linked object as HTML format text.... BITMAP ): with self . subTest ( i..."""ExField.InsertLinkedObjectAs.BITMAP""" field = builder . insert_field...

    reference.aspose.com/words/python-net/aspose.wo...
  7. FieldDdeAuto.prog_id property | Aspose.Words fo...

    FieldDdeAuto.prog_id property. Gets or sets the application type of the link information.... BITMAP ): with self . subTest ( i..."""ExField.InsertLinkedObjectAs.BITMAP""" field = builder . insert_field...

    reference.aspose.com/words/python-net/aspose.wo...
  8. FieldDde.insert_as_picture property | Aspose.Wo...

    FieldDde.insert_as_picture property. Gets or sets whether to insert the linked object as a picture.... BITMAP ): with self . subTest ( i..."""ExField.InsertLinkedObjectAs.BITMAP""" field = builder . insert_field...

    reference.aspose.com/words/python-net/aspose.wo...
  9. 使用字体库的文本渲染| .NET

    将文本转换为图像,并在.NET产品中渲染TrueType和Opentype字体。 C#API用于开发人员操纵和字体文件。...); 8 9 var bitmap = new Bitmap(stream); 10 bitmap.Save(outFile);...9 10 var bitmap = new Bitmap(stream); 11 12 bitmap.Save(outFile);...

    docs.aspose.com/font/zh/net/developer-guide/tex...
  10. Inserting images into PDF page with rotation - ...

    Hello, We want to insert multiple images or text into page with rotation (adding images to page without rotation is always correct). First attempt to add image to page with rotation is also correct. Every further effor…...var bitmap = new Bitmap(32, 32); Graphics.FromImage(bitmap).F...Red, 0, 0, bitmap.Width, 10); Graphics.FromImage(bitmap).FillRectangle(Brushes...

    forum.aspose.com/t/inserting-images-into-pdf-pa...