Sort Score
Result 10 results
Languages All
Labels All
Results 591 - 600 of 15,693 for

point

(0.15 sec)
  1. Remove background from images in C#|Documentation

    Setting some of the pixel values in an image to zero, or some other “background” value is known as Masking. C# Image Processing Library supports the following types of masking....repeated auto masking with new points The following example demonstrates...segmentation with user-defined point and feathering radius The following...

    docs.aspose.com/imaging/net/removing-background...
  2. Introduction to Glyph

    Glyph as a composite part of any typeface has an important role in the study of fonts. This term is really crucial in the coding of font manipulation....the origin point of the glyph to the origin point of the next...next glyph. Origin - is the point where one symbol ends and the...

    docs.aspose.com/font/net/what-is-font/glyph/
  3. Reading Style-Based attributes from Features - ...

    I am using the Drivers.Kml.OpenLayer to process features in a .KML file. A sample placemark has attributes like this: <Placemark> <name>HH-01625409</name> <styleUrl>#s47690667</styleUrl> <Point> <coordinates>-…...<styleUrl>#s47690667</styleUrl> <Point> <coordinates>-99.9999,99.9999...9999,0</coordinates> </Point> </Placemark> I am able to read attributes...

    forum.aspose.com/t/reading-style-based-attribut...
  4. Working with DICOM Data Elements Using Aspose.M...

    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....with double-precision floating-point values) as an example. Aspose...FloatingPointDouble - Floating Point Double (FD) VR FloatingPointSingle...

    docs.aspose.com/medical/net/developer-guide/dat...
  5. Aspose::Words::Drawing::Charts::ChartXValueType...

    Aspose::Words::Drawing::Charts::ChartXValueType enum. Allows to specify type of an X value of a chart series in C++....a double-precision floating-point number. DateTime 2 Specifies...

    reference.aspose.com/words/cpp/aspose.words.dra...
  6. Aspose.Words.Drawing.Charts module | Aspose.Wor...

    The Aspose.Words.Drawing.Charts module provides classes that allow to access charts in Microsoft Word documents....Represents data label on a chart point or trendline. To learn more...formatting of a single data point on the chart. To learn more...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. ChartXValueType Enum | Aspose.Words for .NET

    Discover the Aspose.Words.ChartXValueType enum to easily define X value types for your chart series, enhancing your document's data visualization....a double-precision floating-point number. DateTime 2 Specifies...

    reference.aspose.com/words/net/aspose.words.dra...
  8. Back to TOC shortcut is taking cursor to Ending...

    I have used below code to insert Back to TOC shortcut after every paragraph. I want to insert at end of every paragraph a shortcut which will take the users to starting of TOC. But instead it is taking to ending of TOC. …...Change the hyperlink field to point to the bookmark you created...// Change the hyperlink to point to the bookmark builder.Ins...

    forum.aspose.com/t/back-to-toc-shortcut-is-taki...
  9. HyphenationOptions.hyphenation_zone property | ...

    HyphenationOptions.hyphenation_zone property. Gets or sets the distance in 1/20 of a Point from the right margin within which you do not want to hyphenate words...sets the distance in 1/20 of a point from the right margin within...

    reference.aspose.com/words/python-net/aspose.wo...
  10. IsFiltered series and ChartCalculateOptions - F...

    Hi Aspose team, It seems we have an issue if I enable “filtered” series (so not visible in the chart) by changing IsFiltered to false, indeed after a full chart calculation the dataPoints seems to be empty… I have a ch…...property to update all data points }; charttest.Calculate(options);...(ChartPoint point in series.Points) { // Do not collect points with...

    forum.aspose.com/t/isfiltered-series-and-chartc...