ImageData Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an image data.
public value class ImageData : System::Xml::Serialization::IXmlSerializable
public struct ImageData : System.Xml.Serialization.IXmlSerializable
type ImageData = struct
interface IXmlSerializable
Public Structure ImageData
Implements IXmlSerializable
- Inheritance
-
ImageData
- Implements
Constructors
ImageData(Byte[]) |
Initializes a new instance of the ImageData class. |
Properties
Bytes |
Gets or sets the byte of the data. |
Operators
Explicit(ImageData to Byte[]) |
Converts an ImageData to a byte array. |
Implicit(Byte[] to ImageData) |
Converts a byte array to an ImageData. |
Explicit Interface Implementations
IXmlSerializable.GetSchema() |
Returns an XML schema for the ImageData. |
IXmlSerializable.ReadXml(XmlReader) |
Generates an object from its XML representation. |
IXmlSerializable.WriteXml(XmlWriter) |
Converts an object into its XML representation. |