Пример #1
0
        public static AnnotationStamp Create(Rect rect, string iconname)
        {
            AnnotationStamp stamp1 = AnnotationStamp.Create(rect);

            stamp1.IconName = iconname;
            return(stamp1);
        }