GraphicsCache Constructor
In This Topic
Initializes a new instance of the
GraphicsCache class.
Syntax
'Declaration
Public Function New( _
ByVal As Graphics _
)
public GraphicsCache(
Graphics
)
Parameters
- gRef
- The Graphics object used to paint.
See Also