Sort Score
Result 10 results
Languages All
Labels All
Results 281 - 290 of 29,259 for

transformation

(0.09 sec)
  1. Matrix - Aspose.Imaging for Java - API Reference

    Detailed explanation & examples of Aspose.Imaging for Java library so you may easily integrate Image Processing capabilities with your own apps....a copy of the geometric transformation for this Pen . Matrix Graphics...of the geometric world transformation for this com.aspose.imaging...

    reference.aspose.com/imaging/java/com.aspose.im...
  2. PathGradientBrush | Aspose.Drawing for .NET API...

    PathGradientBrush Contents [ Hide ] PathGradientBrush class Encapsulates a Brush object that fills the interior of a ...... Transform { get; set; } Gets or sets...defines a local geometric transform for this PathGradientBrush...

    reference.aspose.com/drawing/net/system.drawing...
  3. GraphicContext - Aspose.HTML for Java - API Ref...

    Developer's manual to the Java HTML class library to create, edit, extract data & convert HTML pages to PDF, XPS, Images and other formats....getTransformationMat () Sets or gets transformation matrix. protected java...Sets or gets transformation matrix. void transform (com.aspose...

    reference.aspose.com/html/java/com.aspose.html....
  4. GetScreenCTM | Aspose.HTML for .NET API Reference

    Returns the Transformation matrix from current user units i.e. after application of the transform attribute if any to the parent user agents notice of a pixel. For display devices ideally this represents a physical screen pixel. For other devices or environments where physical pixel sizes are not known then an algorithm similar to the CSS2 definition of a pixel can be used instead. Note that null is returned if this element is not hooked into the document tree. This method would have been more aptly named as getClientCTM but the name getScreenCTM is kept for historical reasons....GetScreenCTM method Returns the transformation matrix from current user...after application of the ‘transform’ attribute, if any) to the...

    reference.aspose.com/html/net/aspose.html.dom.s...
  5. ObjectWithBounds - Aspose.CAD for Java - API Re...

    Developer's manual to the Aspose.CAD for Java library. Know all classes, methods & interfaces for quick integration of the CAD library with your own apps.... abstract void transform ( Matrix transform) Applies the specified...specified transformation to the shape. Methods inherited from class...

    reference.aspose.com/cad/java/com.aspose.cad/Ob...
  6. texteditoptions.languagetransformation - Aspose...

    Detailed explanation & examples for every class & method in Aspose.PDF for Java library. Easily create, edit, convert or render PDF documents using Java platform....Enum Language transformation modes Nested Class Summary...Default Default language transformation is performed. static int...

    reference.aspose.com/pdf/java/com.aspose.pdf/te...
  7. vectorshapeoriginsettings - Aspose.PSD for Java...

    Java library to process Photoshop files. Create, read, edit and convert PSD & PSB files without needing Adobe Photoshop....getTransform () Gets or sets the transformation matrix. boolean isOriginBoxCornersPr...whether this instance has the transform property. void setOriginBoxCorners...

    reference.aspose.com/psd/java/com.aspose.psd.fi...
  8. SVG Transformations – Basics, SVG Code Examples

    Learn how to rotate, scale, move, and skew SVG graphics using SVG transform attribute and consider code examples for SVG Transformations....Drawing Basics Basic SVG Transformations Live Demos SVG .NET Solution...Download Pricing Buy SVG Transformations – Basics, SVG Code Examples...

    docs.aspose.com/svg/net/drawing-basics/svg-tran...
  9. Transform | Aspose.Drawing for .NET API Reference

    Transform GraphicsPath.Transform method Applies a transform matrix to this GraphicsPath. public void Transform ( Matr......Transform GraphicsPath.Transform method Applies a transform matrix...GraphicsPath. public void Transform ( Matrix matrix ) Parameter...

    reference.aspose.com/drawing/net/system.drawing...
  10. Matrix | Aspose.HTML for .NET API Reference

    The matrix that represents this Transformation. The matrix object is live meaning that any changes made to the SVGTransform object are immediately reflected in the matrix object and vice versa. In case the matrix object is changed directly i.e. without using the methods on the SVGTransform interface itself then the type of the SVGTransform changes to SVG_TRANSFORM_MATRIX. For SVG_TRANSFORM_MATRIX the matrix contains the a b c d e f values supplied by the user. For SVG_TRANSFORM_TRANSLATE e and f represent the translation amountsa 1 b 0 c 0 and d 1. For SVG_TRANSFORM_SCALE a and d represent the scale amountsb 0 c 0 e 0 and f 0. For SVG_TRANSFORM_SKEWX and SVG_TRANSFORM_SKEWY a b c and d represent the matrix which will result in the given skewe 0 and f 0. For SVG_TRANSFORM_ROTATE a b c d e and f together represent the matrix which will result in the given rotation.When the rotation is around the center point0 0 e and f will be zero....matrix that represents this transformation. The matrix object is live...changes to SVG_TRANSFORM_MATRIX. For SVG_TRANSFORM_MATRIX, the matrix...

    reference.aspose.com/html/net/aspose.html.dom.s...