Table of Contents

Constructor RenderCustomGutterItemEventArgs

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v10.dll

RenderCustomGutterItemEventArgs(int, DrawingContext, Rect)

Initializes a new instance of the RenderCustomGutterItemEventArgs class with specified parameters.

public RenderCustomGutterItemEventArgs(int lineIndex, DrawingContext drawingContext, Rect itemBounds)

Parameters

lineIndex int

Line index where custom gutter item located.

drawingContext DrawingContext

The DrawingContext object for rendering.

itemBounds Rect

The area to be render.