예제 #1
0
 private void createRectArea()
 {
     if (_rectArea == null)
     {
         _rectArea = new AnnotationRectCollection(Properties.New(Names.RectArea));
     }
 }
예제 #2
0
        protected override void onPropertiesSet()
        {
            base.onPropertiesSet();

            var rect = Properties.Properties(Names.RectArea);

            if (rect != null)
            {
                _rectArea = new AnnotationRectCollection(rect);
            }
        }