Sort Score
Result 10 results
Languages All
Labels All
Results 351 - 360 of 21,218 for

x

(0.04 sec)
  1. Create your Lithophane from TIFF File Formats v...

    C# source code to load, render and create your lithophane from TIFF documents on .NET Framework, .NET Core, Mono....int x = 0 ; x < widthSegs; x++) { float dx = ( float )x / widthSegs;...row; for ( int x = 0 ; x < widthSegs - 1 ; x++) { mesh.CreatePolygon(ptr...

    products.aspose.com/3d/net/lithophane/tiff/
  2. How to get HTML of SDT tag? - Free Support Foru...

    Hii Team, I am trying to get HTML of SDT node. Snippet: var sdts = doc.GetChildNodes(NodeType.StructuredDocumentTag, true)...Where(x => ((Aspose.Words.Markup.StructuredDocumentTa)x).Tag....StructuredDocumentTa, true).Where(x => ((StructuredDocumentTa)x).Tag.StartsWith("Rangescop_"));...

    forum.aspose.com/t/how-to-get-html-of-sdt-tag/2...
  3. Create your Lithophane from PNG File Formats vi...

    C# source code to load, render and create your lithophane from PNG documents on .NET Framework, .NET Core, Mono....int x = 0 ; x < widthSegs; x++) { float dx = ( float )x / widthSegs;...row; for ( int x = 0 ; x < widthSegs - 1 ; x++) { mesh.CreatePolygon(ptr...

    products.aspose.com/3d/net/lithophane/png/
  4. Create your Lithophane from BMP File Formats vi...

    Sample Java lithophane code for BMP file. Use this eXample code to create your lithophane from BMP file within any Web or Desktop Java based application....int x = 0 ; x < widthSegs; x++) { float dx = ( float )x / widthSegs;...row; for ( int x = 0 ; x < widthSegs - 1 ; x++) { mesh.createPolygon(ptr...

    products.aspose.com/3d/java/lithophane/bmp/
  5. Create your Lithophane from GIF File Formats vi...

    Sample Java lithophane code for GIF file. Use this eXample code to create your lithophane from GIF file within any Web or Desktop Java based application....int x = 0 ; x < widthSegs; x++) { float dx = ( float )x / widthSegs;...row; for ( int x = 0 ; x < widthSegs - 1 ; x++) { mesh.createPolygon(ptr...

    products.aspose.com/3d/java/lithophane/gif/
  6. Create your Lithophane from BMP File Formats vi...

    C# source code to load, render and create your lithophane from BMP documents on .NET Framework, .NET Core, Mono....int x = 0 ; x < widthSegs; x++) { float dx = ( float )x / widthSegs;...row; for ( int x = 0 ; x < widthSegs - 1 ; x++) { mesh.CreatePolygon(ptr...

    products.aspose.com/3d/net/lithophane/bmp/
  7. Create your Lithophane from TIFF File Formats v...

    Sample Java lithophane code for TIFF file. Use this eXample code to create your lithophane from TIFF file within any Web or Desktop Java based application....int x = 0 ; x < widthSegs; x++) { float dx = ( float )x / widthSegs;...row; for ( int x = 0 ; x < widthSegs - 1 ; x++) { mesh.createPolygon(ptr...

    products.aspose.com/3d/java/lithophane/tiff/
  8. Using Operators in Java|Aspose.Words for Java

    Use predefined operators in template eXpressions when building a report in Java....Primary x.y x?.y f(x) a[x] a?[x] new Unary - ! ~ (T)x Binary *...

    docs.aspose.com/words/java/using-operators/
  9. ChartXValue class | Aspose.Words for Python

    aspose.words.drawing.charts.ChartXValue class. Represents an X value for a chart series....ChartXValue class Represents an X value for a chart series. Remarks...static methods for creating an X value of a particular type. The...

    reference.aspose.com/words/python-net/aspose.wo...
  10. FlipOrientation | Aspose.Words for Java

    Possible values for the orientation of a shape in Java....to flip the third shape on the x-axis, // making it into a vertical...the fourth shape on both the x and y axes, // making it into...

    reference.aspose.com/words/java/com.aspose.word...