ImageInformation.Format Property

Language:

Retrieves or sets a value that most closely describes the data in the original image.

Definition

Visual Basic Public Property Format As Format
C# public Format Format { get; set; }
C++ public:
property Format Format {
        Format get();
        void set(Format value);
}
JScript public function get Format() : Format
public function set Format(Format);

Property Value

Microsoft.DirectX.Direct3D.Format
Member of the Format enumeration to set or retrieve.

This property is read/write. 

Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center