Table of Contents

Delegate HighlightDrawHandler

Namespace: FastReport.Olap.Styling
Assembly: FastCube.Mono.dll

Delegate for highlight drawing.

public delegate void HighlightDrawHandler(Graphics g, Rectangle r, ref bool canDrawImage, ref bool canDrawText, object data)

Parameters

g Graphics

r Rectangle

canDrawImage bool

canDrawText bool

data object