PDFView4NET WPF Edition
SetDisplayLinePoints Method




O2S.Components.PDFView4NET.Annotations Namespace > PDFLineAnnotation Class : SetDisplayLinePoints Method
Start point of the line
End point of the line
Sets the start and end position of the line.
Syntax
'Declaration
 
Public Sub SetDisplayLinePoints( _
   ByVal startPoint As PDFPoint, _
   ByVal endPoint As PDFPoint _
) 
'Usage
 
Dim instance As PDFLineAnnotation
Dim startPoint As PDFPoint
Dim endPoint As PDFPoint
 
instance.SetDisplayLinePoints(startPoint, endPoint)
public void SetDisplayLinePoints( 
   PDFPoint startPoint,
   PDFPoint endPoint
)
public: void SetDisplayLinePoints( 
   PDFPoint* startPoint,
   PDFPoint* endPoint
) 
public:
void SetDisplayLinePoints( 
   PDFPoint^ startPoint,
   PDFPoint^ endPoint
) 

Parameters

startPoint
Start point of the line
endPoint
End point of the line
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFLineAnnotation Class
PDFLineAnnotation Members