コード例 #1
0
ファイル: Reference.cs プロジェクト: ericzhc/pdale
 public MapOptions() {
     this.fontSizeField = MapFontSize.Smaller;
     this.isOverviewMapField = false;
     this.returnTypeField = MapReturnType.ReturnImage;
     this.zoomField = 1;
     this.preventIconCollisionsField = false;
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: ericzhc/pdale
 public LineDriveMapOptions() {
     this.returnTypeField = MapReturnType.ReturnImage;
     this.fontSizeField = MapFontSize.Smaller;
 }