Constructor RenderCustomGutterItemEventArgs
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
intLine index where custom gutter item located.
drawingContext
DrawingContextThe DrawingContext object for rendering.
itemBounds
RectThe area to be render.