Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.