GStateConcat Method (Double, Double, Double, Double, Double, Double) |
Concat.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void Concat(
double a,
double b,
double c,
double d,
double h,
double v
)
Public Sub Concat (
a As Double,
b As Double,
c As Double,
d As Double,
h As Double,
v As Double
)
public:
virtual void Concat(
[InAttribute] double a,
[InAttribute] double b,
[InAttribute] double c,
[InAttribute] double d,
[InAttribute] double h,
[InAttribute] double v
) sealed
function Concat(a, b, c, d, h, v);
Parameters
- a
- Type: SystemDouble
- horizontal 'scaling' component of the new text matrix.
- b
- Type: SystemDouble
- 'rotation' component of the new text matrix.
- c
- Type: SystemDouble
- vertical 'scaling' component of the new text matrix.
- d
- Type: SystemDouble
- 'rotation' component of the new text matrix.
- h
- Type: SystemDouble
- horizontal translation component of the new text matrix.
- v
- Type: SystemDouble
- vertical translation component of the new text matrix.
See Also