Share

Bitmap Method

Overload List

Method Description
AdaptiveImage.Bitmap (byte[]) Creates a new System.Drawing.Bitmap from the provided buffer.
AdaptiveImage.Bitmap (ResourceManager, string) Creates a new System.Drawing.Bitmap from the provided System.Resources.ResourceManager and resource name.
AdaptiveImage.Bitmap (Stream) Creates a new System.Drawing.Bitmap from the provided stream.
AdaptiveImage.Bitmap (Uri) Creates a new System.Drawing.Bitmap from the provided URI.

Was this information helpful?