C# Class ScreenToGif.Util.Global

Afficher le fichier Open project: dbremner/ScreenToGif

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
MakePackUri ( string relativeFile ) : Uri

Helper method for generating a "pack://" URI for a given relative file based on the assembly that this class is in.

Method Details

MakePackUri() public static méthode

Helper method for generating a "pack://" URI for a given relative file based on the assembly that this class is in.
public static MakePackUri ( string relativeFile ) : Uri
relativeFile string
Résultat System.Uri