Click or drag to resize
Pdftools logo

AffineTransformA Property

The 'a' matrix element.

This is the 'a' element in the affine transformation matrix [a b 0; c d 0; e f 1]

Namespace: PdfTools.FourHeights.PdfToolbox.Geometry.Real
Assembly: PdfTools.FourHeights.PdfToolbox (in PdfTools.FourHeights.PdfToolbox.dll) Version: 1.0.0
Syntax
C#
public double A { get; set; }

Property Value

Double
See Also