C# Class ImageGlass.Theme.Theme

Afficher le fichier Open project: d2phap/ImageGlass Class Usage Examples

Méthodes publiques

Свойство Type Description
about string
author string
autosizewindow string
back string
backcolor Color
bottomBarColor Color
bottombar string
checkBackground string
compatibility string
convert string
description string
dislike string
email string
extension string
fullscreen string
gotoimage string
leftrotate string
like string
menu string
name string
next string
open string
preview string
print string
refresh string
report string
rightrotate string
scaletofit string
scaletoheight string
scaletowidth string
settings string
slideshow string
statuscolor Color
thumbnail string
topbar string
topbartransparent int
type string
uploadfb string
version string
website string
zoomin string
zoomlock string
zoomout string

Méthodes publiques

Méthode Description
ApplyTheme ( string themePath ) : void

Apply the new theme

LoadTheme ( string file ) : bool

Read theme data from theme configuration file (Version 1.5+). Return TRUE if sucessful, FALSE if the theme format is older version

LoadThemeOldVersion ( string file ) : void

Read theme data from theme configuration file (Version 1.4)

SaveAsTheme ( string dir ) : void

Save theme compatible with v1.5+

Theme ( ) : System.Drawing
Theme ( string file ) : System.Drawing

Read theme data from theme configuration file (Version 1.5+)

Method Details

ApplyTheme() public méthode

Apply the new theme
public ApplyTheme ( string themePath ) : void
themePath string Đường dẫn đầy đủ của *.igtheme
Résultat void

LoadTheme() public méthode

Read theme data from theme configuration file (Version 1.5+). Return TRUE if sucessful, FALSE if the theme format is older version
public LoadTheme ( string file ) : bool
file string
Résultat bool

LoadThemeOldVersion() public méthode

Read theme data from theme configuration file (Version 1.4)
public LoadThemeOldVersion ( string file ) : void
file string
Résultat void

SaveAsTheme() public méthode

Save theme compatible with v1.5+
public SaveAsTheme ( string dir ) : void
dir string
Résultat void

Theme() public méthode

public Theme ( ) : System.Drawing
Résultat System.Drawing

Theme() public méthode

Read theme data from theme configuration file (Version 1.5+)
public Theme ( string file ) : System.Drawing
file string
Résultat System.Drawing

Property Details

about public_oe property

public string about
Résultat string

author public_oe property

public string author
Résultat string

autosizewindow public_oe property

public string autosizewindow
Résultat string

back public_oe property

public string back
Résultat string

backcolor public_oe property

public Color backcolor
Résultat Color

bottomBarColor public_oe property

public Color bottomBarColor
Résultat Color

bottombar public_oe property

public string bottombar
Résultat string

checkBackground public_oe property

public string checkBackground
Résultat string

compatibility public_oe property

public string compatibility
Résultat string

convert public_oe property

public string convert
Résultat string

description public_oe property

public string description
Résultat string

dislike public_oe property

public string dislike
Résultat string

email public_oe property

public string email
Résultat string

extension public_oe property

public string extension
Résultat string

fullscreen public_oe property

public string fullscreen
Résultat string

gotoimage public_oe property

public string gotoimage
Résultat string

leftrotate public_oe property

public string leftrotate
Résultat string

like public_oe property

public string like
Résultat string

menu public_oe property

public string menu
Résultat string

name public_oe property

public string name
Résultat string

next public_oe property

public string next
Résultat string

open public_oe property

public string open
Résultat string

preview public_oe property

public string preview
Résultat string

print public_oe property

public string print
Résultat string

refresh public_oe property

public string refresh
Résultat string

report public_oe property

public string report
Résultat string

rightrotate public_oe property

public string rightrotate
Résultat string

scaletofit public_oe property

public string scaletofit
Résultat string

scaletoheight public_oe property

public string scaletoheight
Résultat string

scaletowidth public_oe property

public string scaletowidth
Résultat string

settings public_oe property

public string settings
Résultat string

slideshow public_oe property

public string slideshow
Résultat string

statuscolor public_oe property

public Color statuscolor
Résultat Color

thumbnail public_oe property

public string thumbnail
Résultat string

topbar public_oe property

public string topbar
Résultat string

topbartransparent public_oe property

public int topbartransparent
Résultat int

type public_oe property

public string type
Résultat string

uploadfb public_oe property

public string uploadfb
Résultat string

version public_oe property

public string version
Résultat string

website public_oe property

public string website
Résultat string

zoomin public_oe property

public string zoomin
Résultat string

zoomlock public_oe property

public string zoomlock
Résultat string

zoomout public_oe property

public string zoomout
Résultat string