ImageInformation.ImageFileFormat Property

Language:

Retrieves or sets the format of the image file.

Definition

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

Property Value

Microsoft.DirectX.Direct3D.ImageFileFormat
Member of the ImageFileFormat 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