Sort Score
Result 10 results
Languages All
Labels All
Results 171 - 180 of 1,682 for

pen

(0.17 sec)
  1. How to Draw Graphics in C#

    This brief tutorial explains how to draw graphics in C#. While using C# drawing shapes is made easy by sharing detailed steps and runnable code....and clear its surface Create a Pen and Brush for drawing different...colored or filled using different pens and brushes as demonstrated...

    kb.aspose.com/imaging/net/how-to-draw-graphics-...
  2. What is optical mark recognition (OMR)?|Documen...

    A brief overview of Optical Mark Recognition (OMR) technology and how it can be used in everyday tasks....possible to use an ordinary pen and paper, regular office equipment...

    docs.aspose.com/omr/java/omr-technology/
  3. How to Draw Shapes in C#

    This step by step tutorial elaborates how to draw shapes in C#. It helps you draw circle in C#. To draw ellipse C# code is provided as well....object created above Create a new Pen tool object with required color...

    kb.aspose.com/drawing/net/how-to-draw-shapes-in...
  4. Aspose.OMR for .NET|Documentation

    Aspose.OMR for .NET is an easy-to-use .NET library for designing and recognizing hand-filled questionnaires, surveys, and similar forms....can fill out your forms with a pen or pencil and use any type of...

    docs.aspose.com/omr/net/
  5. Aspose.PSD for Java 20.5 - Release Notes|Docume...

    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.... drawRectangle ( new Pen ( Color . getDarkGray (), 1 )...graphics . drawRectangle ( new Pen ( Color . getDarkGray (), 1 )...

    docs.aspose.com/psd/java/aspose-psd-for-java-20...
  6. How to Convert DGN to PDF in C#

    This short tutorial entails how to convert DGN to PDF in C#. It covers all the necessary details that can be used to write a comprehensive DGN to PDF converter software in C#....color, draw color, draw type, pen options, and quality. In this...

    kb.aspose.com/cad/net/how-to-convert-dgn-to-pdf...
  7. Convert DWG to TIFF in C#

    This article will let you convert DWG to TIFF in C#. It has details of the required information and steps to write a comprehensive DWG to TIFF converter software in C#....type, background color, layers, pen options, layouts, and quality...

    kb.aspose.com/cad/net/convert-dwg-to-tiff-in-cs...
  8. Handling Windows Metafiles in C#|Aspose.Words f...

    Aspose.Words for .NET implements its own Windows Metafile player to play Metafile format on all platforms and supports the handling of the basic metafile features and can perform fallback to a different type of metafile player using C#....raster operations are applied to pen drawing commands, such as drawing...curves. When drawing a line, the pen color is combined with the destination...

    docs.aspose.com/words/net/handling-windows-meta...
  9. Using Aspose.Imaging for Java in Kotlin|Documen...

    How to use Aspose.Imaging for Java in Kotlin applications for desktops and servers...blue line on the image using a `Pen` object. Before saving the image...Image import com.aspose.imaging.Pen import com.aspose.imaging.Rectangle...

    docs.aspose.com/imaging/java/using-imaging-in-k...
  10. Working with Shapes in PostScript | .NET

    How to add shapes to PS file is a question answered by Aspose.Page API solution. See how to use the functionality in .NET... SetStroke ( new Pen( new SolidBrush(Color. Red )...23 document. SetStroke ( new Pen( new SolidBrush(Color. Red )...

    docs.aspose.com/page/net/ps/working-with-shapes/