Exemplo n.º 1
0
            public object Deserialize(object o, Altaxo.Serialization.Xml.IXmlDeserializationInfo info, object parent)
            {
                ImageGraphic s = (ImageGraphic)o;

                info.GetBaseValueEmbedded(s, typeof(ImageGraphic).BaseType, parent);
                return(s);
            }
Exemplo n.º 2
0
 protected ImageGraphic(ImageGraphic from)
   :
   base(from)
 {
 }
Exemplo n.º 3
0
 protected ImageGraphic(ImageGraphic from)
     :
     base(from)
 {
 }
Exemplo n.º 4
0
            public void Serialize(object obj, Altaxo.Serialization.Xml.IXmlSerializationInfo info)
            {
                ImageGraphic s = (ImageGraphic)obj;

                info.AddBaseValueEmbedded(s, typeof(ImageGraphic).BaseType);
            }
Exemplo n.º 5
0
 public MyHitTestObject(ImageGraphic obj)
     : base(obj)
 {
 }
Exemplo n.º 6
0
 protected ImageGraphic(ImageGraphic from)
     :
     base(from) // all is done here, since CopyFrom is virtual!
 {
 }
Exemplo n.º 7
0
			public MyHitTestObject(ImageGraphic obj)
				: base(obj)
			{
			}
Exemplo n.º 8
0
		protected ImageGraphic(ImageGraphic from)
			:
			base(from) // all is done here, since CopyFrom is virtual!
		{
		}