ImageFileTypeExtensions Class
Namespace: Stride.GraphicsAssembly: Stride.dll
System.Object →
ImageFileTypeExtensions
Derived from ImageFileTypeExtensions:
public static class ImageFileTypeExtensions
| Name | Description | |
|---|---|---|
| Methods | ||
| ToFileExtension(ImageFileType) | Return the file extension corresponding to the image file type. |
|
Methods
ToFileExtension(ImageFileType)
Return the file extension corresponding to the image file type.
public static string ToFileExtension(this ImageFileType fileType)
Parameters
| Type | Name | Description |
|---|---|---|
| ImageFileType | fileType | The file type |
Returns
| Type | Description |
|---|---|
| System.String | The file extension (for example ".png"). |