C# 클래스 Nexus.Client.Games.Theme

Describes visual features of an application.
파일 보기 프로젝트 열기: NexusMods/NexusModManager-4.5 1 사용 예제들

공개 메소드들

메소드 설명
Theme ( Icon p_icnIcon, Color p_clrPrimary, FontSetGroup p_fsgFontSets ) : System

A simple constructor that initializes the theme.

메소드 상세

Theme() 공개 메소드

A simple constructor that initializes the theme.
public Theme ( Icon p_icnIcon, Color p_clrPrimary, FontSetGroup p_fsgFontSets ) : System
p_icnIcon System.Drawing.Icon The icon to use for this theme.
p_clrPrimary Color The theme's primary colour.
p_fsgFontSets Nexus.UI.FontSetGroup The theme's font sets.
리턴 System