Struct MatrixD
Represents a 2D transformation matrix for PDF operations.
public readonly struct MatrixD
- Inherited Members
Properties
ScalingX
Gets the horizontal scaling factor.
public double ScalingX { get; }
Property Value
- double
The horizontal scaling factor.
ScalingY
Gets the vertical scaling factor.
public double ScalingY { get; }
Property Value
- double
The vertical scaling factor.
ShearingX
Gets the horizontal shearing factor.
public double ShearingX { get; }
Property Value
ShearingY
Gets the vertical shearing factor.
public double ShearingY { get; }
Property Value
TransX
Gets the horizontal translation in points.
public double TransX { get; }
Property Value
TransXmm
Gets the horizontal translation in millimeters.
public double TransXmm { get; }
Property Value
TransY
Gets the vertical translation in points.
public double TransY { get; }
Property Value
TransYmm
Gets the vertical translation in millimeters.
public double TransYmm { get; }
Property Value
Methods
ToString()
Returns a string representation of the 2D matrix.
public override string ToString()
Returns
- string
A string representing this 2D matrix.