Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
Leadtools.Controls Assembly > Leadtools.Controls Namespace : ControlRegionRenderCallback Delegate |
public delegate void ControlRegionRenderCallback( Control target, Graphics context, LeadMatrix transform, object region, double opacity, int animateIndex )
'Declaration
Public Delegate Sub ControlRegionRenderCallback( _ ByVal target As Control, _ ByVal context As Graphics, _ ByVal transform As LeadMatrix, _ ByVal region As Object, _ ByVal opacity As Double, _ ByVal animateIndex As Integer _ )
In Windows Forms platform, region is an object of type System.Drawing.Drawing2D.GraphicsPath.