Exemplo n.º 1
0
 // ========================================
 // constructor
 // ========================================
 public MemoMarkDefinition(MemoMarkKind kind, string name, Image image, MemoMarkLocation location)
 {
     _kind     = kind;
     _name     = name;
     _image    = image;
     _location = location;
 }
Exemplo n.º 2
0
 // ========================================
 // constructor
 // ========================================
 public MemoMarkHandle()
 {
     _figure = new ImageFigure();
     _figure.IsForegroundEnabled = false;
     _location = MemoMarkLocation.LeftTop;
 }