public interface IDrawingContextLayerImpl : IRenderTargetBitmapImpl,
IBitmapImpl, IDisposable, IRenderTargetPublic Interface IDrawingContextLayerImpl
Inherits IRenderTargetBitmapImpl, IBitmapImpl, IDisposable, IRenderTargettype IDrawingContextLayerImpl =
interface
interface IRenderTargetBitmapImpl
interface IBitmapImpl
interface IDisposable
interface IRenderTarget
end| CanBlit | Returns true if layer supports optimized blit. |
| Dpi |
Gets the dots per inch (DPI) of the image.
(Inherited from IBitmapImpl) |
| IsCorrupted |
Indicates if the render target is no longer usable and needs to be recreated
(Inherited from IRenderTarget) |
| PixelSize |
Gets the size of the bitmap, in device pixels.
(Inherited from IBitmapImpl) |
| Version |
Version of the pixel data
(Inherited from IBitmapImpl) |
| Blit(IDrawingContextImpl) | Does optimized blit with Src blend mode. |
| CreateDrawingContext(Boolean) |
Creates an IDrawingContextImpl for a rendering session.
(Inherited from IRenderTarget) |
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable) |
| Save(Stream, NullableInt32) |
Saves the bitmap to a stream in png format.
(Inherited from IBitmapImpl) |
| Save(String, NullableInt32) |
Saves the bitmap to a file.
(Inherited from IBitmapImpl) |