public ShapeChunk(Decoder scs)
 {
     m_vStorageObject = scs;
     m_vPointsXY      = new List <PointF>();
     m_vPointsUV      = new List <PointF>();
 }
Example #2
0
 public MovieClip(Decoder scs, short dataType)
 {
     m_vStorageObject = scs;
     m_vDataType      = dataType;
     m_vShapes        = new List <ScObject>();
 }
Example #3
0
 public Shape(Decoder scs)
 {
     m_vStorageObject = scs;
     m_vChunks        = new List <ScObject>();
 }