Quelea.BoxEmitterType.GetBoundingBox C# (CSharp) Method

GetBoundingBox() public method

public GetBoundingBox ( ) : Rhino.Geometry.BoundingBox
return Rhino.Geometry.BoundingBox
    public override BoundingBox GetBoundingBox()
    {
      return box.BoundingBox;
    }
  }