Back to Devexpress

GraphicsCache Constructors

windowsforms-devexpress-dot-utils-dot-drawing-dot-graphicscache-dot-ctor.md

latest3.2 KB
Original Source

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.

NameParametersDescription
GraphicsCache(DXPaintEventArgs, ScaleHelper)e, scaleDPIThis value is assigned to the GraphicsCache.PaintArgs property.
GraphicsCache(DXPaintEventArgs, XPaint, ScaleHelper)e, paint, scaleDPIThis value is assigned to the GraphicsCache.PaintArgs property.
GraphicsCache(DXPaintEventArgs, XPaint)e, paintInitializes a new instance of the GraphicsCache class
GraphicsCache(DXPaintEventArgs)eInitializes a new instance of the GraphicsCache class.
GraphicsCache(Graphics, ScaleHelper)g, scaleDPIThis value is assigned to the GraphicsCache.PaintArgs property.
GraphicsCache(Graphics)gCreates an instance of the GraphicsCache class.
GraphicsCache(PaintEventArgs, ScaleHelper)e, scaleDPIInitializes a new instance of the GraphicsCache class with the specified settings.
GraphicsCache(PaintEventArgs, XPaint)e, paintCreates an instance of the GraphicsCache class.
GraphicsCache(PaintEventArgs)eInitializes a new instance of the GraphicsCache class.

See Also

GraphicsCache Class

GraphicsCache Members

DevExpress.Utils.Drawing Namespace