Example #1
0
 override protected void HandleSizeChanged()
 {
     if (_shape != null)
     {
         _shape.ResizeShape(this.width * this.scaleX, this.height * this.scaleY);
     }
 }