GraphicsCache Properties
Provides methods to paint on drawing surfaces in GDI+ and DirectX modes (see DirectX hardware acceleration). Provides storage for pens, fonts and brushes.
Name | Description |
---|---|
ActiveSkinName | Returns the name of a currently applied Application Skin. |
AllowDrawInvisibleRect | This member supports the internal infrastructure, and is not intended to be used directly from your code. |
Cache | This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
ClipInfo | This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
CompositingMode | Gets a value that specifies how composited images are drawn to the cached GraphicsCache.Graphics. |
CompositingQuality | Gets or sets the rendering quality of composited images drawn to the cached GraphicsCache.Graphics. |
DeviceDpi | Returns the current display DPI value. |
Graphics | Gets an object that serves as the painting surface and provides painting facilities. |
InterpolationMode | Gets or sets the interpolation mode associated with the cached GraphicsCache.Graphics. |
Offset | This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
OffsetEx | This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Paint | Gets or sets a DevExpress.Utils.Paint.XPaint object. |
PaintArgs | Gets an object providing information for painting. |
PixelOffsetMode | Gets or set a value specifying how pixels are offset during rendering of the cached GraphicsCache.Graphics. |
ScaleDPI | Gets or sets the ScaleHelper object that adjusts font sizes and drawing API values according to the current DPI. |
ScaleFactor | This member supports the internal infrastructure and is not intended to be used directly from code. |
SmoothingMode | Gets or sets the rendering quality for the cached GraphicsCache.Graphics. |
TextRenderingHint | Gets or sets the rendering mode for text associated with the cached GraphicsCache.Graphics. |
TransformMatrix | This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
UseDirectXPaint | Returns whether or not the application currently uses the DirectX Hardware Acceleration. |
See Also