Example #1
0
 public override void GetBounds(out SKRect outBounds, Matrix3X3 parentMatrix)
 {
     base.GetBounds(out outBounds, parentMatrix);
     _contentGroup.GetBounds(out outBounds, BoundsMatrix);
 }
Example #2
0
 public override void GetBounds(ref RectangleF outBounds, Matrix3X3 parentMatrix)
 {
     base.GetBounds(ref outBounds, parentMatrix);
     _contentGroup.GetBounds(ref outBounds, BoundsMatrix);
 }