DrawHTMLTextMatrixA
HTML text, Page layout
Description
O sufixo A indica o ponto de entrada ANSI (char) da DLL; a superfície ActiveX/COM expõe apenas a forma Unicode. O comportamento é idêntico ao de DrawHTMLTextMatrix e os argumentos de cadeia de caracteres são interpretados com base na página de código atual definida por SetAnsiMode
Similar to the DrawHTMLText function but the position/scaling/rotation is specified using a transformation matrix.
See Appendix A for details of the supported HTML tags.
Syntax
Delphi
Function DLDrawHTMLTextMatrixA(InstanceID: Integer; Width: Double; HTMLText: PAnsiChar; M11, M12, M21, M22, MDX, MDY: Double): Integer;
DLL
int DLDrawHTMLTextMatrixA(int InstanceID, double Width, const char * HTMLText, double M11, double M12, double M21, double M22, double MDX, double MDY);
Parameters
| Width | The width of the area to draw the text into The HTML text to draw |
|---|---|
| HTMLText | |
| M11 | Matrix component |
| M12 | Matrix component |
| M21 | Matrix component |
| M22 | Matrix component |
| MDX | Matrix component |
| MDY | Matrix component |