DesktopBitmap Class

Implements IBitmap for the .Net Framework.

Definition

Namespace: SMath.Drawing
Assembly: SMath.Drawing (in SMath.Drawing.dll) Version: 1.4.0.0
C#
public class DesktopBitmap : IBitmap, 
	IDisposable
Inheritance
Object    DesktopBitmap
Implements
IBitmap, IDisposable

Constructors

DesktopBitmapInitializes a new instance of the DesktopBitmap class

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.
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
FromStream Loads a bitmap from given stream.
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Rotate Rotates a bitmap on the specified in degrees angle.
ToStream Generates a stream output from a current bitmap.
ToStringReturns a string that represents the current object.
(Inherited from Object)
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