<< Click here to display Table of Contents >> Navigation: Code Documentation > RSVML > RSGdiPlusCtrls > Classes > TRSCustomTransparentGraphicControl:
Comments (0)
Name
Description
CreateGdiPCanvas
Creates a GDI+ canvas for the control. The calling routine is responsible for freeing the GDI+ canvas
DoPaint
Override this method to paint the control
DoPainted
Occurs just after painting. Calls the OnPaint event
DoPainting
Occurs just before painting. Calls the OnPainting event
Paint
Represents method Paint.
Top