C# 클래스 winmaped2.Preferences

파일 보기 프로젝트 열기: Bananattack/verge3 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AutoSave bool
AutoSaveDelay int
AutoSaveLimit int
DefaultZoomLevel int
EntsColor int
ObsColor int
WorkingDirectory string
ZonesColor int

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Load ( ) : Preferences
LoadAsCurrent ( ) : void
Preferences ( ) : System

Creates a Preferences object with the default values

Save ( ) : void

메소드 상세

Load() 공개 정적인 메소드

public static Load ( ) : Preferences
리턴 Preferences

LoadAsCurrent() 공개 정적인 메소드

public static LoadAsCurrent ( ) : void
리턴 void

Preferences() 공개 메소드

Creates a Preferences object with the default values
public Preferences ( ) : System
리턴 System

Save() 공개 메소드

public Save ( ) : void
리턴 void

프로퍼티 상세

AutoSave 공개적으로 프로퍼티

public bool AutoSave
리턴 bool

AutoSaveDelay 공개적으로 프로퍼티

public int AutoSaveDelay
리턴 int

AutoSaveLimit 공개적으로 프로퍼티

public int AutoSaveLimit
리턴 int

DefaultZoomLevel 공개적으로 프로퍼티

public int DefaultZoomLevel
리턴 int

EntsColor 공개적으로 프로퍼티

public int EntsColor
리턴 int

ObsColor 공개적으로 프로퍼티

public int ObsColor
리턴 int

WorkingDirectory 공개적으로 프로퍼티

public string WorkingDirectory
리턴 string

ZonesColor 공개적으로 프로퍼티

public int ZonesColor
리턴 int