C# Class ScreenToGif.Util.Global

Exibir arquivo Open project: dbremner/ScreenToGif

Private Properties

Property Type Description

Public Methods

Method 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 method

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
return System.Uri