IBitmap Interface
A wrapper over the platform specific bitmap object.
Namespace: SMath.DrawingAssembly: SMath.Drawing (in SMath.Drawing.dll) Version: 1.4.0.0
public interface IBitmap : IDisposable
Public Interface IBitmap
Inherits IDisposable
public interface class IBitmap : IDisposable
type IBitmap =
interface
interface IDisposable
end
- Implements
- IDisposable
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable) |
| FromStream |
Loads a bitmap from given stream.
|
| Rotate |
Rotates a bitmap on the specified in degrees angle.
|
| ToStream |
Generates a stream output from a current bitmap.
|
| UnwrapT |
Returns native bitmap object.
|
| WrapT |
Wraps a native bitmap object.
|