AnnotLine
Description:
[
CCode ( has_construct_function =
false , type =
"PopplerAnnot*" ) ]
[
Version ( since =
"0.26" ) ]
public AnnotLine (
Document doc,
Rectangle rect,
Point start,
Point end)
Creates a new Line annotation that will be located on rect
when added to a page.
See add_annot
Parameters:
doc |
a Document
|
rect |
a Rectangle
|
start |
a Point of the starting vertice
|
end |
a Point of the ending vertice
|
Returns:
A newly created AnnotLine annotation
|