コード例 #1
0
ファイル: ImageViewer.cs プロジェクト: NoxHarmonium/enform
        public void DrawInputGroupOverlay(InputGroupType type, int segments)
        {
            drawInputGroupOverlay = true;

            this.segments = segments;
            this.inputGroupType = type;
        }
コード例 #2
0
ファイル: InputGroup.cs プロジェクト: NoxHarmonium/enform
 public InputGroup(InputGroupType inputGroupType, int segments)
 {
     this.inputGroupType = inputGroupType;
     this.segments = segments;
 }