Invokes LineDrawn event.

Namespace: Sgry.Azuki
Assembly: Azuki (in Azuki.dll) Version: 1.7.5.21597

Syntax

C#
bool InvokeLineDrawn(
	IGraphics g,
	int lineIndex,
	Point pos
)
Visual Basic
Function InvokeLineDrawn ( _
	g As IGraphics, _
	lineIndex As Integer, _
	pos As Point _
) As Boolean

Parameters

g
Type: Sgry.Azuki..::..IGraphics
lineIndex
Type: System..::..Int32
pos
Type: System.Drawing..::..Point

See Also