GraphicsCache Constructors
Provides methods to paint on drawing surfaces in GDI+ and DirectX modes (see DirectX hardware acceleration). Provides storage for pens, fonts and brushes.
Name | Parameters | Description |
---|---|---|
Graphics |
e, scale |
This value is assigned to the Graphics |
Graphics |
e, paint, scale |
This value is assigned to the Graphics |
Graphics |
e, paint |
Initializes a new instance of the Graphics |
Graphics |
e |
Initializes a new instance of the Graphics |
Graphics |
g, scale |
This value is assigned to the Graphics |
Graphics |
g |
Creates an instance of the Graphics |
Graphics |
e, scale |
Initializes a new instance of the Graphics |
Graphics |
e, paint |
Creates an instance of the Graphics |
Graphics |
e |
Initializes a new instance of the Graphics |
See Also