ImageFormat
Construct a ImageFormat given a GUID defining the type.
Syntax
[C#]
ImageFormat(Guid guid);
[Visual Basic]
Sub New(guid As Guid)
Notes
None.
Example
None.