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 surface format of the display mode.
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
A Format value that represents the surface format of the display mode.This property is read/write.