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.6.1+1d1ddee1b750f38b2287c750628b9791d3c49600
Syntax
C#
public double B { get; set; }

Property Value

Double
See Also