7 references to CachedBitmap
System.Drawing.Common (7)
System\Drawing\Graphics.cs (2)
3582
/// <param name="cachedBitmap">The <see cref="
CachedBitmap
"/> that contains the image to be drawn.</param>
3599
public void DrawCachedBitmap(
CachedBitmap
cachedBitmap, int x, int y)
System\Drawing\Imaging\CachedBitmap.cs (5)
16
/// <see cref="
CachedBitmap
"/> matches the current bit depth of the <see cref="Graphics"/>'s device. If the device bit
17
/// depth changes, the <see cref="
CachedBitmap
"/> will no longer be usable and a new instance will need to be created
18
/// that matches. If the <see cref="
CachedBitmap
"/> was created against <see cref="PixelFormat.Format32bppRgb"/> it
22
/// <see cref="
CachedBitmap
"/> will not work with any transformations other than translation.
25
/// <see cref="
CachedBitmap
"/> cannot be used to draw to a printer or metafile.