public delegate void OnPaintRequestDelegate(
IGraphics g,
RectangleF bounds
)Public Delegate Sub OnPaintRequestDelegate (
g As IGraphics,
bounds As RectangleF
)public delegate void OnPaintRequestDelegate(
IGraphics^ g,
RectangleF bounds
)type OnPaintRequestDelegate =
delegate of
g : IGraphics *
bounds : RectangleF -> unit