Share via


ImageData Members

Include Protected Members
Include Inherited Members

Represents an image data.

The ImageData type exposes the following members.

Constructors

  Name Description
Public method ImageData(array<Byte[]) Initializes a new instance of the ImageData class.

Top

Methods

  Name Description
Public method Equals(Object) (Inherited from ValueType.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from ValueType.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() (Inherited from ValueType.)

Top

Operators

  Name Description
Public operatorStatic member Explicit(ImageData to array<Byte[]) Converts an ImageData to a byte array.
Public operatorStatic member Implicit(array<Byte[] to ImageData) Converts a byte array to an ImageData.

Top

Properties

  Name Description
Public property Bytes The data.

Top