Calls a method that draws or hit tests the path specified.
Namespace: MindFusion.Charting Assembly: MindFusion.Charting
Syntax
C#
Copy Code
|
public delegate bool PathOperator ( GraphicsPath path, Brush brush, Pen pen ) |
Visual Basic
Copy Code
|
Public Delegate Function PathOperator ( _ path As GraphicsPath, _ brush As Brush, _ pen As Pen _ ) As Boolean |
Parameters
Return Value
See Also
|