Write3DPDF.AddLine Method

Draw a line inside the page.
Protected Sub AddLine( _ 
ByVal pageIndex As Integer, _ 
ByVal startPoint As Point2D, _ 
ByVal endPoint As Point2D, _ 
ByVal color As Color, _ 
Optional ByVal thickness As Double = 2 _ 
)
This language is not supported or no code example is available.
protected void AddLine( 
int pageIndex
Point2D startPoint
Point2D endPoint
Color color
double thickness = 2 
)
This language is not supported or no code example is available.

Parameters

pageIndex
int

Page index

startPoint
Point2D

Line start point in point unit

endPoint
Point2D

Line end point in point unit

color
Color

Line color

thickness
double

Line thickness

.NET Framework

Supported in: 4.8

In this article

Definition