Stride

OPEN / CLOSE
  • Features
  • Blog
  • Documentation
  • Community
(icon) Download

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

OPEN / CLOSE
  • English
  • 日本語
    Show / Hide Table of Contents

    ImageFileTypeExtensions Class

    Namespace: Stride.Graphics
    Assembly: 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.

    | Improve this Doc View Source

    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").


    • Improve this Doc
    • View Source
    In This Article

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation