Ejemplo n.º 1
0
 public RectShape()
 {
     mIndex = default(int);
     mLabelShape = null;
     mRectStream = null;
     mRect = null;
 }
Ejemplo n.º 2
0
 public void _initRect(IRect nRect)
 {
     ShapeDescriptorSingleton shapeDescriptorSingleton_ = __singleton<ShapeDescriptorSingleton>._instance();
     mRectStream = shapeDescriptorSingleton_._rectDescriptor(nRect._styleName());
     mRect = nRect;
     mRect.m_tGetRect += this._getRect2I;
     mRect.m_tJoinPoint += this._rectJoinPoint;
 }