예제 #1
0
 public GoBoardAnnotation(GoBoardAnnotationType type, GoBoardPoint position, string text)
 {
     m_Type     = type;
     m_Position = position;
     m_Text     = text;
 }
예제 #2
0
 public GoBoardAnnotation(GoBoardAnnotationType type, GoBoardPoint position, string text)
 {
     m_Type = type;
     m_Position = position;
     m_Text = text;
 }
예제 #3
0
 public GoBoardAnnotation(GoBoardAnnotationType type, GoBoardPoint position)
     : this(type, position, "")
 {
 }
예제 #4
0
        public GoBoardAnnotation(GoBoardAnnotationType type, GoBoardPoint position)
            : this(type, position, "")
        {

        }