Example #1
0
 private void pf_MeasureBounds()
 {
     _rctBounds = RxGeom.GetVisualBounds(this, _rctImage);
     _rctBounds.Inflate(10, 10);
     //RxGeom.RectBounds(ref _rctBounds);
 }