Pdf_scale scaling bit. Syntax: boolean pdf_scale (int pdfid, double x-koor, double y-koor); Return value: Boolean function kind: Special file format Content Description This function is used to enlarge or shrink a bit. Parameter Pdfid to PDF file code. The parameter X-koor and Y-koor are floating-point numbers, respectively, the scaling ratios of x and Y. &http://www.al ...
Pdf_lineto draw a straight line. Syntax: boolean pdf_lineto (int pdfid, double x-koor, double y-koor); Return value: Boolean function kind: Special file format &http://www.aliyun.com/zixun/aggregation/37954.html ">nbsp; content description This function is used to draw a line. Parameter Pdfid ...
Pdf_rotate rotation bit. Syntax: boolean pdf_rotate (int pdfid, double angle); Return value: Boolean function kind: Special file format &http://www.aliyun.com/zixun/aggregation/37954.html ">nbsp; content description This function is used to rotate a bit. Parameter Pdfid to PDF file code. Parameter an ...
Pdf_circle Draw a circle. Syntax: boolean pdf_circle (int pdfid, double x-koor, double Y-koor, double radius); Return value: Boolean function kind: Special file format Content Description This function is used to draw a circle. Parameter Pdfid to PDF file code. The X-koor and Y-koor are the x, y coordinates of the center. Parameter radius is round ...
Pdf_setflat Configuration Smoothing values. Syntax: boolean pdf_setflat (int pdfid, double http://www.aliyun.com/zixun/aggregation/9541.html ">value"); Return value: Boolean function kind: Special file format Content Description This function is used to configure smoothing values. Parameter Pdfid to PDF file code. Parameter value is ...
Pdf_arc Arc painted. Syntax: boolean pdf_arc (int pdfid, double x-koor, double y-koor, double radius, double start, double end); Return value: Boolean function kind: Special file format Content Description This function is used to draw an arc. Parameter Pdfid to PDF file code. Parameter X-koor and Y-koor is the center of Arc ...
Pdf_setlinejoin Configure connection parameters. Syntax: boolean pdf_setlinejoin (int pdfid, int http://www.aliyun.com/zixun/aggregation/9541.html ">value"); Return value: Boolean function kind: Special file format Content Description This function is used to configure the connection (linejoin) parameter. The parameter Pdfid is P ...
Pdf_rect painted rectangular. Syntax: boolean pdf_rect (int pdfid, double x-koor, double y-koor, double width, double height); Return value: Boolean function kind: Special file format Content Description This function is used to draw a rectangle. Parameter Pdfid to PDF file code. Parameter X-koor and Y-koor are rectangular lower left corner x, y ...
Pdf_setlinecap Configure LineCap parameters. Syntax: boolean pdf_setlinecap (int pdfid, int http://www.aliyun.com/zixun/aggregation/9541.html ">value"); Return value: Boolean function kind: Special file format Content Description This function is used to configure the LineCap parameter. The parameter Pdfid is P ...
Pdf_closepath form a closed vector shape. Syntax: boolean pdf_closepath (int pdfid); Return value: Boolean function kind: Special file format Content Description This function is used to form the currently drawn vector into a closed area, meaning from the current point of view of the coordinates of 56.html "> line to the beginning of the vector coordinate point." Parameter Pdfid to PDF file code.
Pdf_setmiterlimit Configure bevel boundaries. Syntax: boolean pdf_setmiterlimit (int pdfid, double http://www.aliyun.com/zixun/aggregation/9541.html ">value"); Return value: Boolean function kind: Special file format Content Description This function is used to configure the skew boundary line. Parameter Pdfid to PDF file ...
Pdf_stroke lines along the vector. Syntax: boolean pdf_stroke (int pdfid); Return value: Boolean function kind: Special file format &http://www.aliyun.com/zixun/aggregation/37954.html ">nbsp; Description This function follows the current vector and paints a line. Parameter Pdfid to PDF file code. Reference PDF_CL ...
Pdf_setlinewidth Configuration line width. Syntax: boolean pdf_setlinewidth (int pdfid, double width); Return value: Boolean function kind: Special file format &http://www.aliyun.com/zixun/aggregation/37954.html ">nbsp; content description This function is used to configure the width of the line. Parameter Pdfid ...
Pdf_closepath_stroke form a closed vector shape and draw lines along the vector. Syntax: boolean pdf_closepath_stroke (int pdfid); Return value: Boolean function kind: Special file format &http://www.aliyun.com/zixun/aggregation/37954.html ">nbsp; content description This function is used to form the vector currently drawn ...
Pdf_setdash Configure dashed style. Syntax: boolean pdf_setdash (int pdfid, double white, double black); Return value: Boolean function kind: Special file format Content Description This function is used to configure the style of dashed lines. Parameter Pdfid to PDF file code. Parameters white and black, respectively, are dotted-line whites and dark parts of the unit length, if these two parameters are 0 to represent solid line.
Pdf_fill fills the current vector. Syntax: boolean pdf_fill (int pdfid); Return value: Boolean function kind: Special file format &http://www.aliyun.com/zixun/aggregation/37954.html ">nbsp; content description This function fills the current vector with the current color. Parameter Pdfid to PDF file code. Reference PDF ...
The coordinate point of the Pdf_moveto configuration processing. Syntax: boolean pdf_moveto (int pdfid, double x-koor, double y-koor); Return value: Boolean function kind: Special file format &http://www.aliyun.com/zixun/aggregation/37954.html ">nbsp; content description This function moves the current processing coordinate point to ...
Pdf_fill_stroke fills the current vector and paints lines along the vector. Syntax: boolean pdf_fill_stroke (int pdfid); Return value: Boolean function kind: Special file format &http://www.aliyun.com/zixun/aggregation/37954.html ">nbsp; content description This function fills the current vector with the current color. At the same time and along the current ...
Pdf_endpath closes the current vector. Syntax: boolean pdf_endpath (int pdfid); Return value: Boolean function kind: Special file format &http://www.aliyun.com/zixun/aggregation/37954.html ">nbsp; content description This function closes the vector that is currently in use, But do not even go back to the starting point and other steps. Parameter Pdfid to PDF file code.
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.