Matrix2DMult Method (DoubleRef, DoubleRef) |
Transform/multiply the point (in_out_x, in_out_y) using this matrix.
Namespace:
pdftron.Common
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void Mult(
DoubleRef in_out_x,
DoubleRef in_out_y
)
Public Sub Mult (
in_out_x As DoubleRef,
in_out_y As DoubleRef
)
public:
virtual void Mult(
[InAttribute] DoubleRef^ in_out_x,
[InAttribute] DoubleRef^ in_out_y
) sealed
function Mult(in_out_x, in_out_y);
Parameters
- in_out_x
- Type: pdftron.CommonDoubleRef
The x coordinate of the result point.
- in_out_y
- Type: pdftron.CommonDoubleRef
The y coordinate of the result point.
See Also