ImageInformation.ImageFileFormat Property (Microsoft.DirectX.Direct3D)

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.