TraktPlugin.GUI.GUICustomListItem.SetImageToGui C# (CSharp) Méthode

SetImageToGui() protected méthode

Loads an Image from memory into a facade item
protected SetImageToGui ( string imageFilePath ) : void
imageFilePath string Filename of image
Résultat void
        protected void SetImageToGui(string imageFilePath)
        {
            SetImageToGui(imageFilePath, new Size());
        }

Same methods

GUICustomListItem::SetImageToGui ( string imageFilePath, Size size ) : void