Creates a new instance.
Namespace: Sgry.AzukiAssembly: Azuki (in Azuki.dll) Version: 1.7.13.40248
Syntax
C# |
---|
public LineDrawEventArgs( IGraphics g, int lineIndex, Point pos ) |
Visual Basic |
---|
Public Sub New ( g As IGraphics, lineIndex As Integer, pos As Point ) |
Parameters
- g
- Type: Sgry.Azuki..::..IGraphics
- lineIndex
- Type: System..::..Int32
- pos
- Type: System.Drawing..::..Point