GraphicsCache.DrawImageUnsafe(Image, Rectangle, Single, Single, Single, Single, ColorMatrix) Method
Namespace: DevExpress.Utils.Drawing
Assembly: DevExpress.Utils.v25.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
[EditorBrowsable(EditorBrowsableState.Never)]
public void DrawImageUnsafe(
Image image,
Rectangle destRect,
float srcX,
float srcY,
float srcWidth,
float srcHeight,
ColorMatrix matrix
)
Parameters
| Name | Type |
|---|---|
| image | Image |
| destRect | Rectangle |
| srcX | Single |
| srcY | Single |
| srcWidth | Single |
| srcHeight | Single |
| matrix | ColorMatrix |
See Also