internal CachedSharedImageInfo(string streamName, ItemBoundaries itemBoundaries)
 {
     m_streamName     = streamName;
     m_itemBoundaries = itemBoundaries;
 }
예제 #2
0
 public CachedSharedImageInfo(string streamName, ItemBoundaries itemBoundaries)
 {
     this.m_streamName     = streamName;
     this.m_itemBoundaries = itemBoundaries;
 }