Erase a rectangle area formed by drawing a line from pt1 to pt2 with width
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public bool Erase(
Point pt1,
Point pt2,
double width
)
Public Function Erase (
pt1 As Point,
pt2 As Point,
width As Double
) As Boolean
public:
virtual bool Erase(
[InAttribute] Point^ pt1,
[InAttribute] Point^ pt2,
[InAttribute] double width
) sealed
function Erase(pt1, pt2, width);
Parameters
- pt1
- Type: pdftron.PDFPoint
A point object that is one end of the eraser segment - pt2
- Type: pdftron.PDFPoint
A point object that is the other end of the eraser segment - width
- Type: SystemDouble
The radius/width of the eraser
Return Value
Type:
BooleanWhether an ink stroke was erased
See Also