Click or drag to resize

PdfLineShape.SetLine Method

Set this PdfLineShape's coordinates. Line is drawn from (startX, startY) to (endX, endY).

Namespace:  RadPdf.Data.Document.Objects.Shapes
Assembly:  RadPdf (in RadPdf.dll) Version: 4.2.0.0 (4.2.0.0)
Syntax
public void SetLine(
	int startX,
	int startY,
	int endX,
	int endY
)

Parameters

startX
Type: System.Int32
X coordinate for start of line
startY
Type: System.Int32
Y coordinate for start of line
endX
Type: System.Int32
X coordinate for end of line
endY
Type: System.Int32
Y coordinate for end of line
Remarks
If this line has an arrow head, it is placed at the start of the line with this point at (startX, startY)
See Also
This website uses cookies to identify your session and other necessary functions. By using this website, you are agreeing to our Terms of Use and Privacy Policy (updated April 26 2021).
Learn About Cookies
Got it!