Represents a picture encoded in a JPEG, GIF or BMP format.
Namespace: GadgeteerAssembly: Gadgeteer (in Gadgeteer.dll) Version: 2.41.0.0 (2.41.500.0)
Syntax
| C# |
|---|
public class Picture |
Remarks
Picture encapsulates a byte array containing the image data,
and provides a method to create a Bitmap from the data.
A Picture object can be explicitly cast to a Bitmap.
Inheritance Hierarchy
System..::..Object
Gadgeteer..::..Picture
Gadgeteer..::..Picture