 | PdfiumFPDFMatrix_TransformVector Method |
Applies only the scale and rotate components of the Matrix to the specified point.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static void FPDFMatrix_TransformVector(
FS_MATRIX matrix,
ref float vx,
ref float vy
)
Public Shared Sub FPDFMatrix_TransformVector (
matrix As FS_MATRIX,
ByRef vx As Single,
ByRef vy As Single
)
public:
static void FPDFMatrix_TransformVector(
FS_MATRIX^ matrix,
float% vx,
float% vy
)
static member FPDFMatrix_TransformVector :
matrix : FS_MATRIX *
vx : float32 byref *
vy : float32 byref -> unit
public static void FPDFMatrix_TransformVector(
FS_MATRIX matrix,
/** @ref */float vx,
/** @ref */float vy
)
Patagames.Pdf.Pdfium.FPDFMatrix_TransformVector = function(matrix, vx, vy);
Parameters
- matrix FS_MATRIX
- The matrix
- vx Single
- The x-coordinate of the point
- vy Single
- The y-coordinate of the point
See Also