Beispiel #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);
            }
 protected ImageGraphic(ImageGraphic from)
   :
   base(from)
 {
 }
Beispiel #3
0
 protected ImageGraphic(ImageGraphic from)
     :
     base(from)
 {
 }
Beispiel #4
0
            public void Serialize(object obj, Altaxo.Serialization.Xml.IXmlSerializationInfo info)
            {
                ImageGraphic s = (ImageGraphic)obj;

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