IBitmap Interface

A wrapper over the platform specific bitmap object.

Definition

Namespace: SMath.Drawing
Assembly: SMath.Drawing (in SMath.Drawing.dll) Version: 1.4.0.0
C#
public interface IBitmap : IDisposable
Implements
IDisposable

Properties

Format Current BitmapFormat.
Height Height of the bitmap.
Width Width of the bitmap.

Methods

DisposePerforms 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.
Unwrap<T> Returns native bitmap object.
Wrap<T> Wraps a native bitmap object.

Extension Methods

Clone Copies current IBitmap to another object.
(Defined by BitmapExtensions)

See Also