Click or drag to resize
Pdftools logo

AffineTransformB Property

The 'b' matrix element.

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

Namespace: PdfTools.Toolbox.Geometry.Real
Assembly: PdfTools.Toolbox (in PdfTools.Toolbox.dll) Version: 1.4.0+02318d3e3f9645a1305b87026fb971a660079e54
Syntax
C#
public double B { get; set; }

Property Value

Double
See Also