Sort Score
Result 10 results
Languages All
Labels All
Results 251 - 260 of 106,468 for

bitmap

(0.05 sec)
  1. MetafileRenderingMode enumeration | Aspose.Word...

    aspose.words.saving.MetafileRenderingMode enumeration. Specifies how Aspose.Words should render WMF and EMF metafiles....renders this metafile to a bitmap. VECTOR Aspose.Words renders...metafile as vector graphics. BITMAP Aspose.Words invokes GDI+ to...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Aspose.Slides for .NET 20.10 Release Notes|Aspo...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....<summary> /// Returns a Thumbnail Bitmap objects for all slides of a...presentation. /// </summary> Bitmap [] GetThumbnails ( IRenderingOptions...

    docs.aspose.com/slides/net/aspose-slides-for-ne...
  3. Width | Aspose.Drawing for .NET API Reference

    Width Bitmap.Width property Gets the width, in pixels, of this Bitmap. public override int Width { get ; } See Also c......Width Bitmap.Width property Gets the width, in pixels, of this...this Bitmap. public override int Width { get ; } See Also class...

    reference.aspose.com/drawing/net/system.drawing...
  4. Height | Aspose.Drawing for .NET API Reference

    Height Bitmap.Height property Gets the height, in pixels, of this Bitmap. public override int Height { get ; } See Al......Height Bitmap.Height property Gets the height, in pixels, of...of this Bitmap. public override int Height { get ; } See Also class...

    reference.aspose.com/drawing/net/system.drawing...
  5. DibBitCount - Aspose.Imaging for Java - API Ref...

    Detailed explanation & examples of Aspose.Imaging for Java library so you may easily integrate Image Processing capabilities with your own apps....colors in a device-independent bitmap (DIB). Nested Class Summary...two colors.Each pixel in the bitmap is represented by a single...

    reference.aspose.com/imaging/java/com.aspose.im...
  6. SetPixel | Aspose.Drawing for .NET API Reference

    SetPixel Bitmap.SetPixel method Sets the color of the specified pixel in this Bitmap. public void SetPixel ( int x , ......SetPixel Bitmap.SetPixel method Sets the color of the specified...specified pixel in this Bitmap. public void SetPixel ( int x , int...

    reference.aspose.com/drawing/net/system.drawing...
  7. Working with Image Rendering|Documentation

    Render images with alpha blending in Java. Anti-aliasing with lines and curves in Java. Image clipping using Java API....steps: Create an instance of the Bitmap class . Initialize the Graphics...Graphics object from the created bitmap. Use the Color.fromArgb() method...

    docs.aspose.com/drawing/java/working-with-image...
  8. System::Drawing::Image Class Referenceabstract ...

    Classes | Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Stat......class for System::Drawing::Bitmap and System::Drawing::Metafile...Inherited by System::Drawing::Bitmap , and System::Drawing::Imaging::Metafile...

    reference.aspose.com/pub/cpp/class/system.drawi...
  9. ColorModes | Aspose.CAD for .NET API Reference

    ColorModes ColorModes enumeration Represents the PSD file format color modes. public enum ColorModes : short Values N......Name Value Description Bitmap 0 The bitmap color mode. Grayscale...

    reference.aspose.com/cad/net/aspose.cad.filefor...
  10. Working with Pens|Documentation

    Learn about how to draw with pen in Java. Java code to set pen width and color using Java. Join Lines in Java....steps: Create an object of Bitmap class . Initialize an object...of Graphics class from this bitmap Define a Pen object with desired...

    docs.aspose.com/drawing/java/working-with-pens/