Namespace: Dynamsoft.DotNet.TWAIN.Annotation
Assembly: DynamicDotNetTWAIN (in DynamicDotNetTWAIN.dll) Version: 4.0.0.0 (4.0.0.0)

Syntax

C#
public LineAnnotationData(
	Point objStartPoint,
	Point objEndPoint,
	Color objPenColor,
	int iPenWidth,
	string strName,
	string strUserName,
	string strDiscription,
	DateTime dtCreationTime,
	DateTime dtModifiedTime,
	bool bSelected
)
Visual Basic
Public Sub New ( _
	objStartPoint As Point, _
	objEndPoint As Point, _
	objPenColor As Color, _
	iPenWidth As Integer, _
	strName As String, _
	strUserName As String, _
	strDiscription As String, _
	dtCreationTime As DateTime, _
	dtModifiedTime As DateTime, _
	bSelected As Boolean _
)
Visual C++
public:
LineAnnotationData(
	Point objStartPoint, 
	Point objEndPoint, 
	Color objPenColor, 
	int iPenWidth, 
	String^ strName, 
	String^ strUserName, 
	String^ strDiscription, 
	DateTime dtCreationTime, 
	DateTime dtModifiedTime, 
	bool bSelected
)

Parameters

objStartPoint
Type: System.Drawing..::..Point
objEndPoint
Type: System.Drawing..::..Point
objPenColor
Type: System.Drawing..::..Color
iPenWidth
Type: System..::..Int32
strName
Type: System..::..String
strUserName
Type: System..::..String
strDiscription
Type: System..::..String
dtCreationTime
Type: System..::..DateTime
dtModifiedTime
Type: System..::..DateTime
bSelected
Type: System..::..Boolean

See Also