Esempio n. 1
0
        public ThumbnailBuilder()
        {
            innerRasterBuilder = null;

            myUID       = new UIDClass();
            myUID.Value = "{" + "5CACFBA7-F865-4873-B57C-BE2A46E1C5E3" + "}";
        }
Esempio n. 2
0
        /// <summary>
        /// Load the object from the stream provided
        /// </summary>
        /// <param name="Stream">Stream that represents the serialized Raster Type</param>
        void IPersistVariant.Load(IVariantStream Stream)
        {
            string name = (string)Stream.Read();

            //if (innerRasterBuilder is IPersistVariant)
            //    ((IPersistVariant)innerRasterBuilder).Load(Stream);
            innerRasterBuilder = (IRasterBuilder)Stream.Read(); // Load the innerRasterBuilder from the stream.
        }
 /// <summary>
 /// Load the object from the stream provided
 /// </summary>
 /// <param name="Stream">Stream that represents the serialized Raster Type</param>
 void IPersistVariant.Load(IVariantStream Stream)
 {
     string name = (string)Stream.Read();
     //if (innerRasterBuilder is IPersistVariant)
     //    ((IPersistVariant)innerRasterBuilder).Load(Stream);
     innerRasterBuilder = (IRasterBuilder)Stream.Read(); // Load the innerRasterBuilder from the stream.
 }
        public ThumbnailBuilder()
        {
            innerRasterBuilder = null;

            myUID = new UIDClass();
            myUID.Value = "{" + "5CACFBA7-F865-4873-B57C-BE2A46E1C5E3" + "}";
        }