Back to Devexpress

GraphicsCache Properties

windowsforms-devexpress-dot-utils-dot-drawing-dot-graphicscache-dot-underscore-properties.md

latest4.6 KB
Original Source

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.

NameDescription
ActiveSkinNameReturns the name of a currently applied Application Skin.
AllowDrawInvisibleRectThis member supports the internal infrastructure, and is not intended to be used directly from your code.
CacheThis member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
ClipInfoThis member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
CompositingModeGets a value that specifies how composited images are drawn to the cached GraphicsCache.Graphics.
CompositingQualityGets or sets the rendering quality of composited images drawn to the cached GraphicsCache.Graphics.
DeviceDpiReturns the current display DPI value.
GraphicsGets an object that serves as the painting surface and provides painting facilities.
InterpolationModeGets or sets the interpolation mode associated with the cached GraphicsCache.Graphics.
OffsetThis member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
OffsetExThis member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
PaintGets or sets a DevExpress.Utils.Paint.XPaint object.
PaintArgsGets an object providing information for painting.
PixelOffsetModeGets or set a value specifying how pixels are offset during rendering of the cached GraphicsCache.Graphics.
ScaleDPIGets or sets the ScaleHelper object that adjusts font sizes and drawing API values according to the current DPI.
ScaleFactorThis member supports the internal infrastructure and is not intended to be used directly from code.
SmoothingModeGets or sets the rendering quality for the cached GraphicsCache.Graphics.
TextRenderingHintGets or sets the rendering mode for text associated with the cached GraphicsCache.Graphics.
TransformMatrixThis member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
UseDirectXPaintReturns whether or not the application currently uses the DirectX Hardware Acceleration.

See Also

GraphicsCache Class

GraphicsCache Members

DevExpress.Utils.Drawing Namespace